mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: coneInjection models - Updated header documentation
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -31,7 +31,7 @@ Description
|
||||
- list of injector positions and directions (along injection axes)
|
||||
- number of parcels to inject per injector
|
||||
- parcel velocities
|
||||
- inner and outer cone angles
|
||||
- inner and outer half-cone angles
|
||||
- Parcel diameters obtained by distribution model
|
||||
|
||||
SourceFiles
|
||||
@ -87,10 +87,10 @@ class ConeInjection
|
||||
//- Parcel velocity magnitude relative to SOI [m/s]
|
||||
const TimeDataEntry<scalar> Umag_;
|
||||
|
||||
//- Inner cone angle relative to SOI [deg]
|
||||
//- Inner half-cone angle relative to SOI [deg]
|
||||
const TimeDataEntry<scalar> thetaInner_;
|
||||
|
||||
//- Outer cone angle relative to SOI [deg]
|
||||
//- Outer half-cone angle relative to SOI [deg]
|
||||
const TimeDataEntry<scalar> thetaOuter_;
|
||||
|
||||
//- Parcel size distribution model
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -32,7 +32,7 @@ Description
|
||||
- injector position
|
||||
- direction (along injection axis)
|
||||
- parcel flow rate
|
||||
- inner and outer cone angles
|
||||
- inner and outer half-cone angles
|
||||
|
||||
- Parcel diameters obtained by size distribution model
|
||||
|
||||
@ -134,10 +134,10 @@ private:
|
||||
//- Flow rate profile relative to SOI []
|
||||
const TimeDataEntry<scalar> flowRateProfile_;
|
||||
|
||||
//- Inner cone angle relative to SOI [deg]
|
||||
//- Inner half-cone angle relative to SOI [deg]
|
||||
const TimeDataEntry<scalar> thetaInner_;
|
||||
|
||||
//- Outer cone angle relative to SOI [deg]
|
||||
//- Outer half-cone angle relative to SOI [deg]
|
||||
const TimeDataEntry<scalar> thetaOuter_;
|
||||
|
||||
//- Parcel size PDF model
|
||||
|
||||
Reference in New Issue
Block a user