Nondimensional Inputs#

In Flow360, most variables are nondimensional. The nondimensionalization reduces the number of free parameters and helps to provide better understanding of the underlying physics. Some common dimensional variables used to define the inputs are shown in the table below:

LgridUnit (SI unit = m)
physical length represented by unit length in the given mesh file, e.g.
if your grid is in feet, LgridUnit=1 feet=0.3048 meter;
if your grid is in millimeters, LgridUnit=1 millimeter=0.001 meter.
C (SI unit = m/s)

freestream speed of sound

ρ (SI unit = kg/m3)

density of freestream

μ (SI unit = Ns/m2)

dynamic viscosity of freestream

p (SI unit = N/m2)

static pressure of freestream

T (SI unit = K)

temperature of freestream

UrefMachRef×C (SI unit = m/s)

reference velocity

A nondimensional variable is obtained by dividing its dimensional counterpart by an appropriately selected constant like Eq.(41).

(41)#nondimensional variable=dimensional variablereference value

Note

Any value presented here in symbolic format (for example Aref) refers to a dimensional value, whereas any value written in text format (for example “geometry->refArea”) refers to a nondimensional value

Theoretically, the reference values for nondimensionalization 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 nondimensional variables in Flow360.json file:

Table 50 Reference values for nondimensional inputs in Flow360#

Property

Ref. value for nondim.

Examples in Flow360.json

Length

LgridUnit

geometry->momentLength, BETDisks->radius

Area

LgridUnit2

geometry->refArea

Dynamic viscosity

ρCLgridUnit

freestream->muRef

Angular speed

C/LgridUnit

volumeZones->referenceFrame->omegaRadians, BETDisks->omega

Time

LgridUnit/C

timeStepping->timeStepSize

Mass flow rate

ρCLgridUnit2

MassOutflow->massFlowRate, MassInflow->massFlowRate

Thermal conductivity

ρC3LgridUnitT

volumeZones->thermalConductivity

Volumetric heat source

ρC3LgridUnit

volumeZones->volumetricHeatSource

Heat flux

ρC3

HeatFluxWall->heatFlux

Compute Reynolds#

The Reynolds number in Flow360 is based on the units used in the grid. The Reynolds value can be calculated using the following equation, with the Lref taking the value of the experimental reference length in grid units and LgridUnit value being the unit length of the grid. For reference, the experimental Reynolds number is ρUrefLref/μ.

(42)#freestream->Reynolds=ρUrefLgridUnitμ=ReEXPLgridUnitLref

As an example for an experimental Reynolds number of 20106, mesh unit in inches with an experimental reference length Lref of 10 inches, the Flow360 input Reynolds number is calculated as follows:

(43)#freestream->Reynolds=201061 inch10 inches=20105

Compute muRef#

The reference dynamic viscosity muRef is a nondimensional number than can be used instead of Reynolds number to define the freestream and is dependent on the grid units. The muRef parameter can be calculated using the following equation:

(44)#freestream->muRef=μρCLgridUnit

For example, for a mesh in meters at sea-level ISA conditions the reference dynamic viscosity can be calculated as follows:

(45)#freestream->muRef=1.789105kg/ms1.225kg/m3340.27m/s1m=4.29191108

Define the angle of attack alpha and sideslip angle beta#

According to Flow360’s definitions of the angle of attack α and the sideslip angle β, with respect to the grid coordinates, the following values of velocity components are imposed at a Freestream farfield boundary:

(46)#U=Machcos(β)cos(α)V=Machsin(β)W=Machcos(β)sin(α)

where, the velocity components are nondimensionalized by the freestream speed of sound C. The effects of these two angles are used to compute the forces in stability axes rather than body axes, CL and CD, as follows:

(47)#CL=CFzcos(α)CFxsin(α)CD=CFxcos(α)cos(β)CFzsin(α)cos(β)

Compute 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 feet, therefore we have:

(48)#timeStepSize=2 s×340 m/s0.3048 m=2230.971128608

Convert RPM to nondimensional rotating speed omega#

The RPM determines the angular speed, and the nondimensional omega can be calculated by using the same equation as the 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 can be written as:

(49)#omegaRadians=800×2π60 s×0.001 m340 m/s=0.00024639942

Alternatively, omegaDegrees is given by:

(50)#omegaDegrees=800×36060 s×0.001 m340 m/s=0.01411764706

Compute heatFlux#

The nondimensional heat flux for a wall boundary condition can be calculated by dividing the dimensional heat flux q by the reference value:

(53)#heatFlux=qqref=qρC3