9. Conventions

9.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.(9.1.1)

(9.1.1)non-dimensional variable=dimensional variablereference value

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:

Table 9.1.1 Reference values for non-dimensionalization in Flow360

Property

Reference value for non-dimen.

Examples in Flow360

Length

LgridUnit

geometry->{momentCenter, momentLength}, actuatorDisks->thickness, BETDisks->{radius, chordRef, thickness, bladeLineChord, chords, sectionalRadiuses}, {volumeOutput, surfaceOutput}->wallDistance

Area

LgridUnit2

geometry->refArea

Density

ρ

{surfaceOutput, volumeOutput}->primitiveVars

Velocity

C

{surfaceOutput, volumeOutput}->primitiveVars

Pressure

ρC2

{surfaceOutput, volumeOutput}->primitiveVars, surfaceOutput->nodeForcesPerUnitArea

Temperature

T

volumeOutput->T

Dynamic viscosity

ρCLgridUnit

freestream->muRef

Angular speed

C/LgridUnit

slidingInterfaces->omegaRadians, BETDisks->omega

Force

ρC2LgridUnit2

force in BET output

Moment

ρC2LgridUnit3

moment in BET output

Time

LgridUnit/C

TimeStepping->timeStepSize

Note

The definition on LgridUnit can be found in case configuration.

Besides the above non-dimensional quantities, there are also many coefficients commonly used in the community of computational fluid dynamics, e.g. pressure coefficient (Cp), skin friction coefficient (Cf), lift coefficient (CL), drag coefficient (CD), etc. Flow360 also exports the above coefficients found in volumeOutput, surfaceOutput, sliceOutput as well as the “Forces” tab of web interface.

Caution

It should be noted that the reference velocity Uref used to calculate the Cp,Cf,CD,CL can be set via “freestream/Mach” or “freestream/MachRef” by users. Its definition can be found in case configuration. It is not the same as the reference velocity (C) for non-dimensionalization in Table 9.1.1.

It should also be noted that the “freestream/Reynolds” is based on the given reference velocity Uref and LgridUnit.

9.2. Force Coefficients and Moment Coefficients

The force coefficients and moment coefficients exported by Flow360 are listed in Table 9.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).

Table 9.2.1 Force coefficients and Moment coefficents exported by Flow360

Property

Definition

CL

Lift/12ρUref2Aref

CD

Drag/12ρUref2Aref

CFx

Forcex/12ρUref2Aref

CFy

Forcey/12ρUref2Aref

CFz

Forcez/12ρUref2Aref

CMx

Momentx/12ρUref2ArefLMoment[0]

CMy

Momenty/12ρUref2ArefLMoment[1]

CMz

Momentz/12ρUref2ArefLMoment[2]

Note

In the above table, all quantities in “Definition” column are dimensional. Uref is calculated by "freestream/MachRef"×C. The Aref is equal to "geometry/refArea"×LgridUnit2. The array LMoment is equal to "geometry/momentLength"×LgridUnit.

9.3. FAQ on non-dimensionalization of input parameters:

9.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 timeStepSize=2 s×340 m/s0.3048 m=2230.971128608.

9.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 omegaRadians=Ω×LgridUnit/C=800×2π60 s×0.001 m340 m/s=0.00024639942.

9.4. FAQ on translating non-dimensional outputs:

9.4.1. In the Tecplot/Paraview visualization files, how can I translate the “velocityX” into m/s?

Because the reference value of velocity is C from Table 9.1.1, the dimensional velocity in X direction can be obtained by multiplying the “velocityX” with speed of sound of freestream. Assume the speed of sound in the freestream is 340 m/s and “velocityX” is 0.6 in the Paraview/Tecplot file, the dimensional velocity in X direction is 340 m/s×0.6=204 m/s.

9.4.2. In the Tecplot/Paraview visualization files, how can I translate the pressure “p” into Pascal?

The reference value of pressure is ρC2 from Table 9.1.1. Assume the speed of sound in the freestream is 340 m/s, freestream density is 1.225 kg/m3 and “p” is 0.65 in the Paraview/Tecplot file, the dimensional pressure is 0.65×1.225kg/m3×3402m2/s2=92046.5Pascal.