Files
openfoam/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/samples
Kutalmis Bercin 1bc2ffad99 BUG: atm wall functions: fix double "value" entry issue (#1900)
STYLE: atm wall functions: use auto and bool types wherever possible
  TUT: atmosphericModels: changes for style consistency
2020-12-08 09:33:44 +00:00

35 lines
511 B
C++

// -*- C++ -*-
type sets;
libs (sampling);
interpolationScheme cellPoint;
setFormat raw;
writeControl writeTime;
fields
(
T
p_rgh
U
k
ObukhovLength
Ustar
turbulenceProperties:R
);
sets
(
lineZ1
{
type midPoint;
axis z;
start (0 0 0);
end (0 0 6001);
nPoints 200;
}
);
// *********************************************************************** //