BrunDrippingInjection: Corrected default type of deltaStable

This commit is contained in:
Henry Weller
2016-08-05 08:26:45 +01:00
parent 55065d6302
commit 72ec8e0574

View File

@ -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)
{} {}