This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.
Running the simulation
Before the calculation initial and boundary conditions need to be copied from 0.org to 0 directory.
# cp -r 0.org 0
Simulation will be running in parallel thus the parallel decomposition has to be done. The method of decomposition and the number of employed processors/cores is in system/decomposeDict.
# decomposePar > log.simulation-decomposePar 2>&1
It is useful to run renumberMesh utility before the computation. It provides better numerical properties of matrices resulting from the finite volume method discretization of Navier-Stokes during the computation.