mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: atm wall functions: use auto and bool types wherever possible TUT: atmosphericModels: changes for style consistency
10 lines
216 B
C++
10 lines
216 B
C++
// -*- C++ -*-
|
|
|
|
type turbulenceFields;
|
|
libs (fieldFunctionObjects);
|
|
field R;
|
|
writeControl writeTime;
|
|
|
|
|
|
// *********************************************************************** //
|