mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
The combined solver includes the most advanced and general functionality from
each solver including:
Continuous phase
Lagrangian multiphase parcels
Optional film
Continuous and Lagrangian phase reactions
Radiation
Strong buoyancy force support by solving for p_rgh
The reactingParcelFoam and reactingParcelFilmFoam tutorials have been combined
and updated.
14 lines
272 B
Bash
Executable File
14 lines
272 B
Bash
Executable File
#!/bin/sh
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
cp -rf 0.orig 0
|
|
runApplication blockMesh
|
|
|
|
#runApplication setSet -batch wallFilmRegion.setSet
|
|
runApplication topoSet
|
|
|
|
runApplication extrudeToRegionMesh -overwrite
|
|
|
|
paraFoam -touch
|
|
paraFoam -touch -region wallFilmRegion
|