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; } } OpenFOAM Training by CFD Support, CFD SUPPORT, info@cfdsupport.com +420 212 243 883 © CFD support, s.r.o., Sokolovská 270/201, 190 00 Praha 9, Czech Republic
Next: Model setting without an Up: Alternative formulation Previous: Alternative formulation Contents Index 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 OpenFOAM Training by CFD Support, CFD SUPPORT, info@cfdsupport.com +420 212 243 883 © CFD support, s.r.o., Sokolovská 270/201, 190 00 Praha 9, Czech Republic
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]. OpenFOAM Training by CFD Support, CFD SUPPORT, info@cfdsupport.com +420 212 243 883 © CFD support, s.r.o., Sokolovská 270/201, 190 00 Praha 9, Czech Republic