Periodicity with a pressure drop
The flow solver applies translational periodic boundary conditions and computes pressure drop using Bernoulli’s equation.
The flow solver applies the boundary conditions for translational periodicity as follows:
The flow solver computes pressure drop for incompressible or isentropic relations, for compressible cases, using Bernoulli’s equation:
where:
- hA and hb are the heights with respect to the gravity vector.
- H is a head loss on the fan.
From this equation, the pressure drop is:
where:
- α is the proportionality coefficient.
- is the calculated mass flow rate.
- A is the cross-sectional area of the region where the periodic boundary condition is specified.
Periodicity with a specified mass flow rate
You can also specify a mass flow rate when you set the translational periodic boundary condition, using the advanced parameters.
When you specify the mass flow rate, the flow solver compares the specified mass flow rate with the calculated mass flow rate and adjusts the pressure drop, based on the relation proposed by Bernoulli’s equation. The difference between and lies within the specified relative tolerance.
You apply the mass flow rate at translational periodic boundary conditions with a pressure drop using the user.prm file with the following advanced parameters.
Advanced Paramter | Value | Description |
---|---|---|
GLOBAL_MASS_FLOW_RATE_AT_PERIODIC_FACES_TARGET |
double value | Sets a mass flow rate applied to all periodic boundaries. The mass flow rate is applied to the primary periodic region. The mass flow rate units must be consistent with the solution units. |
GLOBAL_MASS_FLOW_RATE_AT_PERIODIC_FACES_RELAX
|
double value | Sets the value to relax the approximate pressure drop computed from the mass flow rate and helps to convergence. The default value is 0.5 and it should not be reduced unless the solver experience big oscillation in the solution. |
GLOBAL_MASS_FLOW_RATE_AT_PERIODIC_FACES_RELATIVE_TOL |
double value | Sets the relative tolerance that controls how precise the computed mass flow rate is compared to the specified mass flow rate. By default, the relative tolerance is 1e-4, which is equivalent to 0.01%. |
For more information on the user.prm file, see Flow solver files.