Difference between revisions of "Surface types"

From Serpent Wiki
Jump to: navigation, search
(Planes)
(Planes)
Line 19: Line 19:
 
| ''y<sub>0</sub>''
 
| ''y<sub>0</sub>''
 
| <math>S(y) = y - y_0</math>
 
| <math>S(y) = y - y_0</math>
| Plane perpendicular to z-axis at ''y = y<sub>0</sub>''
+
| Plane perpendicular to y-axis at ''y = y<sub>0</sub>''
 
|-
 
|-
 
| <tt>px</tt>
 
| <tt>px</tt>

Revision as of 11:24, 23 February 2016

Elementary surfaces

Planes

Surface name Parameters Surface equation Description
py x0 S(x) = x - x_0 Plane perpendicular to x-axis at x = x0
pz y0 S(y) = y - y_0 Plane perpendicular to y-axis at y = y0
px z0 S(z) = z - z_0 Plane perpendicular to z-axis at z = z0
plane A, B, C, D S(x,y,z) = Ax+ By + Cz - D General plane

Cylinders

Derived surface types

Prisms