Skip to content
Snippets Groups Projects
Commit 1f3c3584 authored by sergio's avatar sergio Committed by Sergio Ferraris
Browse files

ENH: Updating tutorials for finite area

parent 3f670d88
Branches
Tags
1 merge request!475finiteArea: new models and solvers for films
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment