1

Previous: Flow Rate Family of Up: Flow Rate Family of Next: Inlet Boundary Conditions for
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Flow Rate Boundary Condition

The simple flow rate can be prescribed at the inlet. Its fixed value is equal to massFlowRate.

p:

 boundaryField
 {
    ".*_inlet"
    {
     type            zeroGradient;
    }
 }



U:

 boundaryField
 {
    ".*_inlet"
    {
        type            flowRateInletVelocity;
        massFlowRate    6.8;
        value           $internalField;
    }
  }

Running Simulation - Parallel Run - Domain Reconstruction

When simulation has finished data needs to be reconstructed:

# reconstructPar -region spiral > log.reconstructPar.spiral
# reconstructPar -region rotor > log.reconstructPar.rotor
# reconstructPar -region drafttube > log.reconstructPar.drafttube

 

#!/bin/sh
reconstructPar -region spiral -latestTime > log.reconstructPar.spiral & 
reconstructPar -region rotor -latestTime > log.reconstructPar.rotor   & 
reconstructPar -region drafttube -latestTime > log.reconstructPar.drafttube

Previous: MRF Up: TCFD Solvers Next: Notes on gravitational potential
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Message Passing Interface (MPI)

For parallel computations there is Message Passing Interface (MPI) standard used. For more details see e.g. [13].