Skip to content
Snippets Groups Projects
Commit d439ec4d authored by Henry Weller's avatar Henry Weller
Browse files

BrunDrippingInjection: Corrected default type of deltaStable

parent 47c6b9e1
Branches
Tags
1 merge request!60Merge foundation
......@@ -52,7 +52,7 @@ BrunDrippingInjection::BrunDrippingInjection
injectionModel(type(), owner, dict),
ubarStar_(coeffDict_.lookupOrDefault("ubarStar", 1.62208)),
dCoeff_(coeffDict_.lookupOrDefault("dCoeff", 3.3)),
deltaStable_(coeffDict_.lookupOrDefault("deltaStable", 0)),
deltaStable_(coeffDict_.lookupOrDefault("deltaStable", scalar(0))),
diameter_(owner.regionMesh().nCells(), -1.0)
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment