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

cosmetics

parent 5ded294d
No related merge requests found
......@@ -47,7 +47,7 @@ namespace Foam
{
/*---------------------------------------------------------------------------*\
Class passiveParticle Declaration
Class passiveParticle Declaration
\*---------------------------------------------------------------------------*/
class passiveParticle
......
......@@ -696,6 +696,4 @@ void Foam::parcel::transformProperties(const vector&)
{}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// ************************************************************************* //
......@@ -73,7 +73,7 @@ private:
//- The cloud dictionary
const dictionary& dict_;
// Reference to the owner cloud class
//- Reference to the owner cloud class
CloudType& owner_;
//- The coefficients dictionary
......@@ -255,7 +255,7 @@ public:
//- Return mass of particles to introduce
inline scalar massTotal() const;
//- Return mass of particles injected (cummulative)
//- Return mass of particles injected (cumulative)
inline scalar massInjected() const;
//- Return the end-of-injection time
......@@ -307,10 +307,6 @@ public:
};
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "InjectionModelI.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
......@@ -333,6 +329,10 @@ public:
add##SS##CloudType##ParcelType##ConstructorToTable_;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "InjectionModelI.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#ifdef NoRepository
......
......@@ -61,7 +61,7 @@ class HeatTransferModel
//- Reference to the owner cloud class
CloudType& owner_;
//- The coefficents dictionary
//- The coefficients dictionary
const dictionary coeffDict_;
......
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