Go to the documentation of this file.
16 const Vector<label>
N(
dict.get<Vector<label>>(
"N"));
const vector L(dict.get< vector >("L"))
const Cmpt & x() const
Access to the vector x component.
IOdictionary dict(IOobject("createBoxTurbDict", runTime.constant(), runTime, IOobject::MUST_READ))
const Cmpt & z() const
Access to the vector z component.
Vector< scalar > vector
A scalar version of the templated Vector.
const Cmpt & y() const
Access to the vector y component.
static autoPtr< Function1< scalar > > New(const word &entryName, const dictionary &dict, const word &redirectType=word::null)
Selector.
const Vector< label > N(dict.get< Vector< label >>("N"))
autoPtr< Function1< scalar > > Ek(Function1< scalar >::New("Ek", dict))
const vector delta(L.x()/scalar(N.x()), L.y()/scalar(N.y()), L.z()/scalar(N.z()))