mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updating tutorials for finite area
This commit is contained in:
@ -22,7 +22,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 0.5; // please increase it to 2.5 or more, if need be.
|
||||
endTime 2.5;
|
||||
|
||||
deltaT 0.0002;
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ boundaryField
|
||||
infoOutput true;
|
||||
U U;
|
||||
pRef 1e5; // Reference pressure for thermo
|
||||
T0 300;
|
||||
T0 300; // Reference temperature for thermo
|
||||
|
||||
thermo
|
||||
{
|
||||
|
||||
@ -5,12 +5,12 @@ cd "${0%/*}" || exit # Run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
runParallel -s decompose redistributePar -decompose
|
||||
runApplication makeFaMesh
|
||||
|
||||
runParallel makeFaMesh
|
||||
runApplication decomposePar
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
runParallel -s reconstruct redistributePar -reconstruct
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -22,7 +22,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 1; // increase it by 13 if need be
|
||||
endTime 13;
|
||||
|
||||
deltaT 0.005;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user