TUT: use "sources" for SemiImplicit in a few places

TUT: removed xxxCoeffs clutter for atmospheric sources

GIT: renamed liquidFilmStepWithSprinklers
This commit is contained in:
Mark Olesen
2022-05-30 13:47:49 +02:00
parent d2e10bca40
commit 520001bafb
52 changed files with 331 additions and 527 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -24,11 +24,11 @@ options
duration 0.3; duration 0.3;
selectionMode cellSet; selectionMode cellSet;
cellSet ignition; cellSet ignition;
volumeMode specific;
injectionRateSuSp volumeMode specific;
sources
{ {
h (2e7 0); // kg/m/s^3 h (2e7 0); // kg/m/s^3
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -20,17 +20,15 @@ v_CPU_AbsoluteEnergySource
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
active true; active true;
scalarSemiImplicitSourceCoeffs selectionMode cellZone;
{ cellZone v_CPU;
selectionMode cellZone; volumeMode absolute;
cellZone v_CPU;
volumeMode absolute;
injectionRateSuSp sources
{ {
h ( 100 0 ); h ( 100 0 );
}
} }
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -99,14 +99,12 @@ functions
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
enabled true; enabled true;
scalarSemiImplicitSourceCoeffs selectionMode all;
volumeMode specific;
sources
{ {
selectionMode all; s (1 0);
volumeMode specific;
injectionRateSuSp
{
s (1 0);
}
} }
} }
} }

View File

@ -53,7 +53,7 @@ functions
sTransport sTransport
{ {
type energyTransport; type energyTransport;
libs (solverFunctionObjects); libs (solverFunctionObjects);
enabled true; enabled true;
writeControl writeTime; writeControl writeTime;

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -23,7 +23,8 @@ momentumSource
selectionMode all; selectionMode all;
volumeMode specific; volumeMode specific;
injectionRateSuSp
sources
{ {
U ((5 0 0) 0); U ((5 0 0) 0);
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -44,14 +44,16 @@ massSource1
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
volumeMode absolute;
selectionMode points; selectionMode points;
points points
( (
(2.75 0.5 0) (2.75 0.5 0)
); );
volumeMode absolute; sources
injectionRateSuSp
{ {
rho (1e-4 0); // kg/s rho (1e-4 0); // kg/s
H2O (1e-4 0); // kg/s H2O (1e-4 0); // kg/s
@ -65,14 +67,16 @@ momentumSource1
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
volumeMode absolute;
selectionMode points; selectionMode points;
points points
( (
(2.75 0.5 0) (2.75 0.5 0)
); );
volumeMode absolute; sources
injectionRateSuSp
{ {
U ((0 0.005 0) 0); U ((0 0.005 0) 0);
} }
@ -85,14 +89,17 @@ energySource1
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
volumeMode absolute;
selectionMode points; selectionMode points;
points points
( (
(2.75 0.5 0) (2.75 0.5 0)
); );
volumeMode absolute; sources
injectionRateSuSp
{ {
h (10 0); h (10 0);
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -47,22 +47,21 @@ massSource1
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
active yes; active yes;
scalarSemiImplicitSourceCoeffs timeStart 0.2;
{ duration 2.0;
timeStart 0.2; volumeMode absolute;
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
volumeMode absolute; selectionMode points;
injectionRateSuSp
{ points
rho (1e-4 0); // kg/s (
H2O (1e-4 0); // kg/s (2.75 0.5 0)
} );
sources
{
rho (1e-4 0); // kg/s
H2O (1e-4 0); // kg/s
} }
} }
@ -71,22 +70,20 @@ momentumSource1
{ {
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
active yes; active yes;
timeStart 0.2;
duration 2.0;
volumeMode absolute;
vectorSemiImplicitSourceCoeffs selectionMode points;
points
(
(2.75 0.5 0)
);
sources
{ {
timeStart 0.2; U ((0 0.005 0) 0);
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
volumeMode absolute;
injectionRateSuSp
{
U ((0 0.005 0) 0);
}
} }
} }
@ -95,22 +92,20 @@ energySource1
{ {
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
active yes; active yes;
timeStart 0.2;
duration 2.0;
volumeMode absolute;
scalarSemiImplicitSourceCoeffs selectionMode points;
points
(
(2.75 0.5 0)
);
sources
{ {
timeStart 0.2; h (10 0);
duration 2.0;
selectionMode points;
points
(
(2.75 0.5 0)
);
volumeMode absolute;
injectionRateSuSp
{
h (10 0);
}
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -78,14 +78,12 @@ functions
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
enabled true; enabled true;
scalarSemiImplicitSourceCoeffs selectionMode all;
volumeMode specific;
sources
{ {
selectionMode all; s (1 0);
volumeMode specific;
injectionRateSuSp
{
s (1 0);
}
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -106,14 +106,12 @@ functions
type scalarSemiImplicitSource; type scalarSemiImplicitSource;
enabled true; enabled true;
scalarSemiImplicitSourceCoeffs selectionMode all;
volumeMode specific;
sources
{ {
selectionMode all; s (1 0);
volumeMode specific;
injectionRateSuSp
{
s (1 0);
}
} }
} }
} }

View File

@ -100,8 +100,8 @@ functions
viscousDissipationCoeffs viscousDissipationCoeffs
{ {
fields (T); fields (T);
rho rho; //rho Field rho rho;
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,9 +34,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
thermo:rho.air (1e-3 0); // kg/s thermo:rho.air (1e-3 0); // kg/s
} }
} }
@ -47,9 +47,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
U.air ((0 -1e-2 0) 0); // kg*m/s^2 U.air ((0 -1e-2 0) 0); // kg*m/s^2
} }
} }
@ -60,9 +60,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
e.air (500 0); // kg*m^2/s^3 e.air (500 0); // kg*m^2/s^3
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,9 +34,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
thermo:rho.steam (1.0e-3 0); // kg/s thermo:rho.steam (1.0e-3 0); // kg/s
} }
} }
/* /*
@ -47,9 +47,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
U.steam ((0 1e-2 0) 0); // kg*m/s^2 U.steam ((0 1e-2 0) 0); // kg*m/s^2
} }
} }
*/ */
@ -60,9 +60,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
h.steam (3700 0); // kg*m^2/s^3 h.steam (3700 0); // kg*m^2/s^3
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -34,9 +34,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
thermo:rho.air (1e-3 0); // kg/s thermo:rho.air (1e-3 0); // kg/s
} }
} }
@ -47,9 +47,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
U.air ((0 -1e-2 0) 0); // kg*m/s^2 U.air ((0 -1e-2 0) 0); // kg*m/s^2
} }
} }
@ -60,9 +60,9 @@ options
$injector1; $injector1;
volumeMode absolute; volumeMode absolute;
injectionRateSuSp sources
{ {
e.air (500 0); // kg*m^2/s^3 e.air (500 0); // kg*m^2/s^3
} }
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,82 +19,61 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ( ( 0 0.00197805 0 ) 0 ); U ((0 0.00197805 0) 0);
} }
} }
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega ( 0 0 5.65156e-05 );
selectionMode all;
Omega ( 0 0 5.65156e-05 );
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 0.0001;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 0.0001;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 41.8;
rho rho; beta 0.0033;
Lmax 41.8;
beta 0.0033;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 41.8;
selectionMode all; n 3;
Lmax 41.8;
n 3;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,38 +19,29 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ( ( 0 0.00197805 0 ) 0 ); U ((0 0.00197805 0) 0);
} }
} }
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega ( 0 0 5.65156e-05 );
selectionMode all;
Omega ( 0 0 5.65156e-05 );
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,82 +19,61 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ( ( 0 0.00197805 0 ) 0 ); U ((0 0.00197805 0) 0);
} }
} }
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega ( 0 0 5.65156e-05 );
selectionMode all;
Omega ( 0 0 5.65156e-05 );
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 0.0001;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 0.0001;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 41.8;
rho rho; beta 0.0033;
Lmax 41.8;
beta 0.0033;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 41.8;
selectionMode all; n 3;
Lmax 41.8;
n 3;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
selectionMode all; selectionMode all;
volumeMode specific; volumeMode specific;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -27,46 +27,34 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-5);
selectionMode all;
Omega (0 0 5.65156e-5);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 41.0;
rho rho; beta 3.3e-03;
Lmax 41.0;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 41.0;
selectionMode all; n 3.0;
Lmax 41.0;
n 3.0;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
selectionMode all; selectionMode all;
volumeMode specific; volumeMode specific;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -27,12 +27,9 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-5);
selectionMode all;
Omega (0 0 5.65156e-5);
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -28,80 +28,59 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 41.0;
rho rho; beta 3.3e-03;
Lmax 41.0;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 41.0;
selectionMode all; n 3.0;
Lmax 41.0;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -28,80 +28,59 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 25.5;
rho rho; beta 3.3e-03;
Lmax 25.5;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 25.5;
selectionMode all; n 3.0;
Lmax 25.5;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -28,80 +28,59 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 80.75;
rho rho; beta 3.3e-03;
Lmax 80.75;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 80.75;
selectionMode all; n 3.0;
Lmax 80.75;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,7 +19,7 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
@ -28,80 +28,59 @@ pressureGradient
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 13.0;
rho rho; beta 3.3e-03;
Lmax 13.0;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 13.0;
selectionMode all; n 3.0;
Lmax 13.0;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,89 +19,68 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
} }
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 200.0;
rho rho; beta 3.3e-03;
Lmax 200.0;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 200.0;
selectionMode all; n 3.0;
Lmax 200.0;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 | | \\ / O peration | Version: v2206 |
| \\ / A nd | Website: www.openfoam.com | | \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -19,89 +19,69 @@ pressureGradient
type vectorSemiImplicitSource; type vectorSemiImplicitSource;
volumeMode specific; volumeMode specific;
selectionMode all; selectionMode all;
injectionRateSuSp sources
{ {
U ((0 1.978046e-03 0) 0); U ((0 1.978046e-03 0) 0);
} }
} }
atmCoriolisUSource1 atmCoriolisUSource1
{ {
type atmCoriolisUSource; type atmCoriolisUSource;
atmCoriolisUSourceCoeffs selectionMode all;
{ Omega (0 0 5.65156e-05);
selectionMode all;
Omega (0 0 5.65156e-05);
}
} }
atmAmbientTurbSource1 atmAmbientTurbSource1
{ {
type atmAmbientTurbSource; type atmAmbientTurbSource;
atmAmbientTurbSourceCoeffs selectionMode all;
{ kAmb 1.0e-04;
selectionMode all; epsilonAmb 7.208e-08;
kAmb 1.0e-04;
epsilonAmb 7.208e-08;
}
} }
atmBuoyancyTurbSource1 atmBuoyancyTurbSource1
{ {
type atmBuoyancyTurbSource; type atmBuoyancyTurbSource;
atmBuoyancyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all; Lmax 5.0;
rho rho; beta 3.3e-03;
Lmax 5.0;
beta 3.3e-03;
}
} }
atmLengthScaleTurbSource1 atmLengthScaleTurbSource1
{ {
type atmLengthScaleTurbSource; type atmLengthScaleTurbSource;
atmLengthScaleTurbSourceCoeffs selectionMode all;
{ Lmax 5.0;
selectionMode all; n 3.0;
Lmax 5.0;
n 3.0;
}
} }
atmPlantCanopyUSource1 atmPlantCanopyUSource1
{ {
type atmPlantCanopyUSource; type atmPlantCanopyUSource;
atmPlantCanopyUSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTSource1 atmPlantCanopyTSource1
{ {
type atmPlantCanopyTSource; type atmPlantCanopyTSource;
atmPlantCanopyTSourceCoeffs selectionMode all;
{
selectionMode all;
}
} }
atmPlantCanopyTurbSource1 atmPlantCanopyTurbSource1
{ {
type atmPlantCanopyTurbSource; type atmPlantCanopyTurbSource;
atmPlantCanopyTurbSourceCoeffs selectionMode all;
{ rho rho;
selectionMode all;
rho rho;
}
} }