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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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