mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated note for turbulent parcel velocity (Ux Uy Uz) instead of U etc
This commit is contained in:
@ -40,7 +40,7 @@ Foam::string Foam::KinematicParcel<ParcelType>::propHeader =
|
|||||||
+ " (Ux Uy Uz)"
|
+ " (Ux Uy Uz)"
|
||||||
+ " rho"
|
+ " rho"
|
||||||
+ " tTurb"
|
+ " tTurb"
|
||||||
+ " UTurb";
|
+ " (UTurbx UTurby UTurbz)";
|
||||||
|
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user