BrunDrippingInjection: Corrected default type of deltaStable
This commit is contained in:
parent
47c6b9e12e
commit
d439ec4d04
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ BrunDrippingInjection::BrunDrippingInjection
|
||||||
injectionModel(type(), owner, dict),
|
injectionModel(type(), owner, dict),
|
||||||
ubarStar_(coeffDict_.lookupOrDefault("ubarStar", 1.62208)),
|
ubarStar_(coeffDict_.lookupOrDefault("ubarStar", 1.62208)),
|
||||||
dCoeff_(coeffDict_.lookupOrDefault("dCoeff", 3.3)),
|
dCoeff_(coeffDict_.lookupOrDefault("dCoeff", 3.3)),
|
||||||
deltaStable_(coeffDict_.lookupOrDefault("deltaStable", 0)),
|
deltaStable_(coeffDict_.lookupOrDefault("deltaStable", scalar(0))),
|
||||||
diameter_(owner.regionMesh().nCells(), -1.0)
|
diameter_(owner.regionMesh().nCells(), -1.0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue