Рет қаралды 42
OpenFoam || openfoam free training || Serial & parallel Simulation ||cfd || Finite volume method
In this video tutorial you will see:
1. Explanation on Software installation: WSL & OpenFoam
2. Serial Simulation: Launch Commands
command: blockMesh
command: icoFoam
3. Parallel Simulation: Launch Commands, File modifications
To create mesh
command: blockMesh
To decompose a case to be run in parallel
command: decomposePar
Launch simulation on Multiple Processors
command: mpirun -np 2 icoFoam -parallel |tee log.solver
To Reconstruct all time steps of the specified case and saves in corresponding directories
command: reconstructPar
File to be added in system folder: decomposeParDict
4. Post Processing in ParaView
constant volume Install WSL (Windows SubSystem for Linux) and OpenFoam.
www.openfoam.c...
For Ubuntu Users:
openfoam.org/d...