ENH: Updating tutorials for finite area

This commit is contained in:
sergio
2021-07-16 09:35:56 -07:00
committed by Sergio Ferraris
parent 3f670d88ea
commit 1f3c35841f
4 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -46,7 +46,7 @@ boundaryField
infoOutput true;
U U;
pRef 1e5; // Reference pressure for thermo
T0 300;
T0 300; // Reference temperature for thermo
thermo
{

View File

@ -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
#------------------------------------------------------------------------------

View File

@ -22,7 +22,7 @@ startTime 0;
stopAt endTime;
endTime 1; // increase it by 13 if need be
endTime 13;
deltaT 0.005;