NREL / SOWFA

Other
131 stars 113 forks source link

How to set the refLoc in the turbulentABLVelocityControlled BC? #32

Closed fastlabb closed 5 years ago

fastlabb commented 5 years ago

In the ''SOWFA/src/finiteVolume/fields/fvPatchFields/derived/turbulentABLVelocityControlled/turbulentABLVelocityControlledFvPatchField.H'', here is a variable refLoc, how should it be set? Shouldn't refLoc be a three-dimensional coordinate? But looking at the comments in the ***.H file, it seems that there is only one scalar value.

I really appreciate any help you can provide.

ewquon commented 5 years ago

refLoc is defined as a vector, so it should be specified as a list of three components in (x y z) form on your boundary patch. Hope this helps.