mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BrunDrippingInjection: Corrected default type of deltaStable
This commit is contained in:
@ -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)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user