ENH: coneInjection models - Updated header documentation

This commit is contained in:
andy
2013-09-18 16:47:42 +01:00
parent 66c0aaa97d
commit 3763e614bd
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -31,7 +31,7 @@ Description
- list of injector positions and directions (along injection axes) - list of injector positions and directions (along injection axes)
- number of parcels to inject per injector - number of parcels to inject per injector
- parcel velocities - parcel velocities
- inner and outer cone angles - inner and outer half-cone angles
- Parcel diameters obtained by distribution model - Parcel diameters obtained by distribution model
SourceFiles SourceFiles
@ -87,10 +87,10 @@ class ConeInjection
//- Parcel velocity magnitude relative to SOI [m/s] //- Parcel velocity magnitude relative to SOI [m/s]
const TimeDataEntry<scalar> Umag_; const TimeDataEntry<scalar> Umag_;
//- Inner cone angle relative to SOI [deg] //- Inner half-cone angle relative to SOI [deg]
const TimeDataEntry<scalar> thetaInner_; const TimeDataEntry<scalar> thetaInner_;
//- Outer cone angle relative to SOI [deg] //- Outer half-cone angle relative to SOI [deg]
const TimeDataEntry<scalar> thetaOuter_; const TimeDataEntry<scalar> thetaOuter_;
//- Parcel size distribution model //- Parcel size distribution model

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -32,7 +32,7 @@ Description
- injector position - injector position
- direction (along injection axis) - direction (along injection axis)
- parcel flow rate - parcel flow rate
- inner and outer cone angles - inner and outer half-cone angles
- Parcel diameters obtained by size distribution model - Parcel diameters obtained by size distribution model
@ -134,10 +134,10 @@ private:
//- Flow rate profile relative to SOI [] //- Flow rate profile relative to SOI []
const TimeDataEntry<scalar> flowRateProfile_; const TimeDataEntry<scalar> flowRateProfile_;
//- Inner cone angle relative to SOI [deg] //- Inner half-cone angle relative to SOI [deg]
const TimeDataEntry<scalar> thetaInner_; const TimeDataEntry<scalar> thetaInner_;
//- Outer cone angle relative to SOI [deg] //- Outer half-cone angle relative to SOI [deg]
const TimeDataEntry<scalar> thetaOuter_; const TimeDataEntry<scalar> thetaOuter_;
//- Parcel size PDF model //- Parcel size PDF model