Conventions
Contents
10. Conventions#
10.1. Non-dimensionalization in Flow360#
In Flow360, most input and output variables are non-dimensional. The non-dimensionalization reduces the number of free parameters and helps to provide better understanding of the underlying physics. A non-dimensional variable is obtained by dividing its dimensional counterpart by an appropriately selected constant like Eq.(10.1.1)
Note
Any value presented here in symbolic format (for example
Theoretically, the reference values for non-dimensionalization can be arbitrary as long as the resulting equations are identical to the original ones, but in practice, the reference values are usually selected based on some typical parameters of problems and flow characteristics to avoid confusion. The following list shows some commonly used non-dimensional variables in both input configuration files and output files:
Property |
Reference value for non-dimen. |
Examples in Flow360 |
---|---|---|
Length |
geometry->{momentCenter, momentLength}, actuatorDisks->thickness, BETDisks->{radius, chordRef, thickness, bladeLineChord, chords, sectionalRadiuses}, {volumeOutput, surfaceOutput}->wallDistance |
|
Area |
geometry->refArea |
|
Density |
{surfaceOutput, volumeOutput}->primitiveVars |
|
Velocity |
{surfaceOutput, volumeOutput}->primitiveVars |
|
Pressure |
{surfaceOutput, volumeOutput}->primitiveVars, surfaceOutput->nodeForcesPerUnitArea |
|
Temperature |
volumeOutput->T |
|
Dynamic viscosity |
freestream->muRef |
|
Angular speed |
slidingInterfaces->omegaRadians, BETDisks->omega |
|
Force |
force in BET output |
|
Moment |
moment in BET output |
|
Time |
TimeStepping->timeStepSize |
Note
The definition on
Besides the above non-dimensional quantities, there are also many coefficients commonly used in the community of computational fluid dynamics, e.g. pressure coefficient (
Caution
It should be noted that the reference velocity
It should also be noted that the “freestream/Reynolds” is based on the given reference velocity
10.2. Force Coefficients and Moment Coefficients#
The force coefficients and moment coefficients exported by Flow360 are listed in Table 10.2.1. These coefficients are shown in “Forces” tab of each case in Flow360 web portal. These coefficients can also be fetched by flow360client.case.GetCaseTotalForces(caseId)
.
Property |
Definition |
---|---|
CL |
|
CD |
|
CFx |
|
CFy |
|
CFz |
|
CMx |
|
CMy |
|
CMz |
Note
In the above table, all quantities in “Definition” column are dimensional.
. . and is an array.
The entries
10.3. FAQ on non-dimensionalization of input parameters:#
10.3.1. How do I set the non-dimensional time step “timeStepSize”?#
The definition of “timeStepSize” can be found at timeStepping. Assume the physical time step size is 2 seconds, speed of sound of freestream is 340 m/s and grid unit is 1 feet, so the
10.3.2. How do I set non-dimensional rotating speed “omegaRadians” with a given RPM?#
The RPM determines the angular speed, and the non-dimensional “omegaRadians” can be calculated by dimensional angular speed from slidingInterfaces (list). Assume the RPM = 800, speed of sound of freestream is 340 m/s and grid unit is 1 millimeter, so
10.4. FAQ on translating non-dimensional outputs:#
10.4.1. In the Tecplot/Paraview visualization files, how can I translate the “velocityX” into m/s?#
Because the reference value of velocity is
10.4.2. In the Tecplot/Paraview visualization files, how can I translate the pressure “p” into Pascal?#
The reference value of pressure is