ENH: Moving reactingHeterogenousParcelFoam tut
This commit is contained in:
parent
2eeaa326d6
commit
d44a72a1dd
@ -4,5 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
cleanCase0
|
||||
rm -rf constant/extendedFeatureEdgeMesh
|
||||
rm constant/triSurface/simpleCar.eMesh
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
@ -27,13 +27,13 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 5;
|
||||
endTime 25;
|
||||
|
||||
deltaT 0.01;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 0.5;
|
||||
writeInterval 1;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
@ -56,26 +56,7 @@ maxCo 1;
|
||||
maxDeltaT 0.03;
|
||||
|
||||
functions
|
||||
{
|
||||
// surfaceFieldValue1
|
||||
// {
|
||||
// type surfaceFieldValue;
|
||||
// libs ("libfieldFunctionObjects.so");
|
||||
// enabled yes;
|
||||
// writeControl writeTime;
|
||||
// log yes;
|
||||
// writeFields no;
|
||||
// regionType patch;
|
||||
// name outlet;
|
||||
// operation weightedAverage;
|
||||
// weightField phi;
|
||||
// fields
|
||||
// (
|
||||
// H2O
|
||||
// T
|
||||
// );
|
||||
// }
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
Loading…
Reference in New Issue
Block a user