mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tidying up
This commit is contained in:
@ -29,8 +29,9 @@ Description
|
|||||||
Cone injection
|
Cone injection
|
||||||
- User specifies
|
- User specifies
|
||||||
- time of start of injection
|
- time of start of injection
|
||||||
- total mass to inject
|
|
||||||
- injector position
|
- injector position
|
||||||
|
- direction (along injection axis)
|
||||||
|
- parcel flow rate
|
||||||
- parcel velocity
|
- parcel velocity
|
||||||
- inner and outer cone angles
|
- inner and outer cone angles
|
||||||
- Parcel diameters obtained by PDF model
|
- Parcel diameters obtained by PDF model
|
||||||
@ -38,10 +39,6 @@ Description
|
|||||||
SourceFiles
|
SourceFiles
|
||||||
ConeInjection.C
|
ConeInjection.C
|
||||||
|
|
||||||
********************************************************************
|
|
||||||
TODO: Need to include 'lost' parcels - i.e. if nParcels = 0 due to
|
|
||||||
rounding error, but volume to introduce is > 0
|
|
||||||
********************************************************************
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef ConeInjection_H
|
#ifndef ConeInjection_H
|
||||||
@ -109,6 +106,7 @@ class ConeInjection
|
|||||||
//- Second tangential vector
|
//- Second tangential vector
|
||||||
vector tanVec2_;
|
vector tanVec2_;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Protected member functions
|
// Protected member functions
|
||||||
|
|||||||
@ -24,8 +24,6 @@ License
|
|||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "error.H"
|
|
||||||
|
|
||||||
#include "ManualInjection.H"
|
#include "ManualInjection.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -24,8 +24,6 @@ License
|
|||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "error.H"
|
|
||||||
|
|
||||||
#include "NoInjection.H"
|
#include "NoInjection.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
#include "addToRunTimeSelectionTable.H"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user