Skip to content
Snippets Groups Projects
Commit 71f45e12 authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Changing zGround readind

parent 8959d308
No related merge requests found
......@@ -95,7 +95,7 @@ atmBoundaryLayerInletVelocityFvPatchVectorField
kappa_(dict.lookupOrDefault<scalar>("kappa", 0.41)),
Uref_(readScalar(dict.lookup("Uref"))),
Href_(readScalar(dict.lookup("Href"))),
zGround_(readScalar(dict.lookup("zGround")))
zGround_("zGround", dict, p.size())
{
if (mag(n_) < SMALL || mag(z_) < SMALL || mag(z0_) < SMALL)
{
......
......@@ -113,7 +113,7 @@ class atmBoundaryLayerInletVelocityFvPatchVectorField
const scalar Href_;
//- Minimum corrdinate value in z direction
const scalarField zGround_;
scalarField zGround_;
public:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment