Skip to content
Snippets Groups Projects
Commit 797de419 authored by Andrew Heather's avatar Andrew Heather
Browse files

tidying up

parent 3144e227
No related merge requests found
......@@ -29,8 +29,9 @@ Description
Cone injection
- User specifies
- time of start of injection
- total mass to inject
- injector position
- direction (along injection axis)
- parcel flow rate
- parcel velocity
- inner and outer cone angles
- Parcel diameters obtained by PDF model
......@@ -38,10 +39,6 @@ Description
SourceFiles
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
......@@ -109,6 +106,7 @@ class ConeInjection
//- Second tangential vector
vector tanVec2_;
protected:
// Protected member functions
......
......@@ -24,8 +24,6 @@ License
\*---------------------------------------------------------------------------*/
#include "error.H"
#include "ManualInjection.H"
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
......
......@@ -24,8 +24,6 @@ License
\*---------------------------------------------------------------------------*/
#include "error.H"
#include "NoInjection.H"
#include "addToRunTimeSelectionTable.H"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment