TUT: Keyword updates

This commit is contained in:
Andrew Heather
2022-03-24 14:07:16 +00:00
parent 1ed88ddc3a
commit 7ad164d535
12 changed files with 42 additions and 40 deletions

View File

@ -72,8 +72,8 @@ boundaryField
{ {
minValue 50; minValue 50;
maxValue 100; maxValue 100;
expectation 75; mu 75;
variance 100; sigma 100;
} }
} }
} }

View File

@ -14,9 +14,11 @@ valueAverage1
functionObject momentum1; functionObject momentum1;
fields (momentum_x momentum_y momentum_z); fields (momentum_x momentum_y momentum_z);
// Optional entries // Optional entries
resetOnRestart false; resetOnRestart false;
window 1; window 1;
windowType exact;
// Optional (inherited) entries // Optional (inherited) entries
writePrecision 10; writePrecision 10;

View File

@ -78,13 +78,13 @@ subModels
flowRateProfile constant 1; flowRateProfile constant 1;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 100e-6; mu 100e-6;
variance 25e-6; sigma 25e-6;
minValue 20e-6; minValue 20e-6;
maxValue 180e-6; maxValue 180e-6;
} }
} }
} }

View File

@ -85,19 +85,19 @@ subModels
parcelsPerSecond 1390885; parcelsPerSecond 1390885;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 650e-6; mu 650e-6;
variance 25e-6; sigma 25e-6;
minValue 500e-6; minValue 500e-6;
maxValue 800e-6; maxValue 800e-6;
} }
} }
flowRateProfile constant 1; flowRateProfile constant 1;
massTotal 0; massTotal 0;
SOI 0; SOI 0;
duration 60; duration 60;
} }
model2 model2
@ -110,19 +110,19 @@ subModels
parcelsPerSecond 1390885; parcelsPerSecond 1390885;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 650e-6; mu 650e-6;
variance 25e-6; sigma 25e-6;
minValue 500e-6; minValue 500e-6;
maxValue 800e-6; maxValue 800e-6;
} }
} }
flowRateProfile constant 1; flowRateProfile constant 1;
massTotal 0; massTotal 0;
SOI 0; SOI 0;
duration 60; duration 60;
} }
} }

View File

@ -93,7 +93,7 @@ subModels
{ {
minValue 5e-06; minValue 5e-06;
maxValue 0.0005; maxValue 0.0005;
d 5e-05; lambda 5e-05;
n 0.5; n 0.5;
} }
} }

View File

@ -92,7 +92,7 @@ subModels
{ {
minValue 5e-04; minValue 5e-04;
maxValue 0.0012; maxValue 0.0012;
d 7.5e-05; lambda 7.5e-05;
n 0.5; n 0.5;
} }
} }

View File

@ -74,13 +74,13 @@ subModels
flowRateProfile constant 1; flowRateProfile constant 1;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 1e-3; mu 1e-3;
variance 1e-4; sigma 1e-4;
minValue 1e-5; minValue 1e-5;
maxValue 2e-3; maxValue 2e-3;
} }
} }
} }

View File

@ -97,7 +97,7 @@ subModels
{ {
minValue 5e-04; minValue 5e-04;
maxValue 0.0012; maxValue 0.0012;
d 7.5e-05; lambda 7.5e-05;
n 0.5; n 0.5;
} }
} }

View File

@ -75,8 +75,8 @@ thermoSingleLayerCoeffs
{ {
minValue 50; minValue 50;
maxValue 100; maxValue 100;
expectation 75; mu 75;
variance 100; sigma 100;
} }
} }
@ -111,7 +111,7 @@ thermoSingleLayerCoeffs
{ {
minValue 5e-04; minValue 5e-04;
maxValue 0.0012; maxValue 0.0012;
d 7.5e-05; lambda 7.5e-05;
n 0.5; n 0.5;
} }
} }

View File

@ -56,8 +56,8 @@ kinematicSingleLayerCoeffs
{ {
minValue 50; minValue 50;
maxValue 100; maxValue 100;
expectation 75; mu 75;
variance 100; sigma 100;
} }
} }

View File

@ -139,7 +139,7 @@ subModels
{ {
minValue 1e-06; minValue 1e-06;
maxValue 0.00015; maxValue 0.00015;
d 0.00015; lambda 0.00015;
n 3; n 3;
} }
} }

View File

@ -85,13 +85,13 @@ subModels
flowRateProfile constant 1; flowRateProfile constant 1;
sizeDistribution sizeDistribution
{ {
type normal; type normal;
normalDistribution normalDistribution
{ {
expectation 550e-6; mu 550e-6;
variance 50e-6; sigma 50e-6;
minValue 400e-6; minValue 400e-6;
maxValue 800e-6; maxValue 800e-6;
} }
} }
} }