mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Keyword updates
This commit is contained in:
@ -72,8 +72,8 @@ boundaryField
|
|||||||
{
|
{
|
||||||
minValue 50;
|
minValue 50;
|
||||||
maxValue 100;
|
maxValue 100;
|
||||||
expectation 75;
|
mu 75;
|
||||||
variance 100;
|
sigma 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -56,8 +56,8 @@ kinematicSingleLayerCoeffs
|
|||||||
{
|
{
|
||||||
minValue 50;
|
minValue 50;
|
||||||
maxValue 100;
|
maxValue 100;
|
||||||
expectation 75;
|
mu 75;
|
||||||
variance 100;
|
sigma 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user