Definition of Endwalls
The endwalls, i.e. the bounding walls of the fluid domain, can be defined in two ways. Both of these methods rely on the assumption of axisymmetric endwalls. The first method is called ‘fpd’ and the second is called ‘step’
FPD Method
The first method is referred to as the ‘fpd’ method. If we use a standard cylindrical co-ordinate system then the ‘fpd’ method defines the hub (low radius) and shroud (high radius) lines as a function of axial and radial co-ordinates on a plane of constant anuglar co-ordinate. Each line is defined as a formatted point data file.
An example set of hub and shroud files are given below. These examples feature simple constant radius endwalls each of which is defined in the y=0 plane. Furthermore, the full configuration file where these examples come from is found in examples/axial_turbine
Example Hub FPD
5 1
2.585000000000000075e-01 0.000000000000000000e+00 -2.000000000000000042e-02
2.585000000000000075e-01 0.000000000000000000e+00 -7.499999999999999722e-03
2.585000000000000075e-01 0.000000000000000000e+00 5.000000000000000971e-03
2.585000000000000075e-01 0.000000000000000000e+00 1.750000000000000513e-02
2.585000000000000075e-01 0.000000000000000000e+00 2.999999999999999889e-02
Example Shroud FPD
5 1
2.864999999999999769e-01 0.000000000000000000e+00 -2.000000000000000042e-02
2.864999999999999769e-01 0.000000000000000000e+00 -7.499999999999999722e-03
2.864999999999999769e-01 0.000000000000000000e+00 5.000000000000000971e-03
2.864999999999999769e-01 0.000000000000000000e+00 1.750000000000000513e-02
2.864999999999999769e-01 0.000000000000000000e+00 2.999999999999999889e-02
STEP Method
For the second method a full annulus CAD model in STEP format is provided. In this context the term full annulus means covering an angular extent from 0 to 360 degrees. The supplied file should contain a single solid entity which represents the domain for which the blades will be cut from. This method has the advantage that realistic CAD models which include cavities and other features can be used as the basis for the CFD domain.
An example case that ultilises this method can be found in examples/axial_turbine_with_cavity