clean up some tutorial files [ci skip]

This commit is contained in:
danielque
2019-08-08 13:43:49 +02:00
parent 6f9af416bb
commit f9a638e291
2 changed files with 39 additions and 40 deletions

View File

@ -29,7 +29,7 @@ deltaT 1;
writeControl runTime; writeControl runTime;
writeInterval 1000; writeInterval 1000;
purgeWrite 0; purgeWrite 0;
@ -53,7 +53,7 @@ maxDeltaT 0.1;
// ************************************************************************* // // ************************************************************************* //
libs ( libs (
"libfieldFunctionObjects.so" "libfieldFunctionObjects.so"
); );
@ -61,24 +61,24 @@ functions
{ {
moleFrac moleFrac
{ {
type rhoReactionThermoMoleFractions; type rhoReactionThermoMoleFractions;
} }
probes1 probes1
{ {
type probes; type probes;
functionObjectLibs ("libsampling.so"); functionObjectLibs ("libsampling.so");
#include "probesDict"; #include "probesDict";
} }
globalMassFrac globalMassFrac
{ {
type volRegion; type volRegion;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
writeControl timeStep;//outputTime; writeControl timeStep;//outputTime;
writeInterval 1; writeInterval 1;
log true; log true;
writeFields false; writeFields false;
regionType all; regionType all;
@ -96,10 +96,10 @@ functions
} }
globalMass globalMass
{ {
type volRegion; type volRegion;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
writeControl timeStep;//outputTime; writeControl timeStep;//outputTime;
writeInterval 1; writeInterval 1;
log true; log true;
writeFields false; writeFields false;
@ -112,6 +112,6 @@ functions
rho rho
); );
} }
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application cfdemSolverRhoPimpleChem; application cfdemSolverRhoPimpleChem;
startFrom startTime; startFrom startTime;
@ -25,11 +25,11 @@ stopAt endTime;
endTime 70; endTime 70;
deltaT 0.0005; //0.00025; deltaT 0.0005;
writeControl timeStep; writeControl timeStep;
writeInterval 5000; writeInterval 5000;
purgeWrite 0; purgeWrite 0;
@ -53,7 +53,7 @@ maxDeltaT 0.1;
// ************************************************************************* // // ************************************************************************* //
libs ( libs (
"libfieldFunctionObjects.so" "libfieldFunctionObjects.so"
); );
@ -61,9 +61,9 @@ functions
{ {
moleFrac moleFrac
{ {
type rhoReactionThermoMoleFractions; type rhoReactionThermoMoleFractions;
} }
residuals residuals
{ {
type residuals; type residuals;
@ -78,9 +78,9 @@ functions
U U
); );
} }
gasResidual gasResidual
{ {
type residuals; type residuals;
functionObjectLibs ("libutilityFunctionObjects.so"); functionObjectLibs ("libutilityFunctionObjects.so");
enabled true; enabled true;
@ -96,35 +96,34 @@ functions
N2 N2
); );
} }
probes1 probes1
{ {
type probes; type probes;
functionObjectLibs ("libsampling.so"); functionObjectLibs ("libsampling.so");
#include "probesDict"; #include "probesDict";
} }
fieldMinMax1 fieldMinMax1
{ {
type fieldMinMax; type fieldMinMax;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
fields (U); fields (U);
// Report the location of the field extrema // Report the location of the field extrema
location yes; location yes;
// Type of extrema for rank > 0 primitives // Type of extrema for rank > 0 primitives
mode magnitude; // magnitude | component mode magnitude; // magnitude | component
} }
globalMassFrac globalMassFrac
{ {
type volRegion; type volRegion;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
writeControl timeStep;//outputTime; writeControl timeStep;//outputTime;
writeInterval 1; writeInterval 1;
log true; log true;
writeFields false; writeFields false;
@ -140,13 +139,13 @@ functions
CO CO
N2 N2
); );
} }
globalMass globalMass
{ {
type volRegion; type volRegion;
libs ("libfieldFunctionObjects.so"); libs ("libfieldFunctionObjects.so");
writeControl timeStep;//outputTime; writeControl timeStep;//outputTime;
writeInterval 1; writeInterval 1;
log true; log true;
writeFields false; writeFields false;
@ -158,7 +157,7 @@ functions
rhoeps rhoeps
rho rho
); );
} }
} }
// ************************************************************************* // // ************************************************************************* //