mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics
This commit is contained in:
@ -69,14 +69,8 @@ public:
|
||||
kinematicCloud();
|
||||
|
||||
|
||||
// Destructors
|
||||
|
||||
virtual ~kinematicCloud();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
//- Destructor
|
||||
virtual ~kinematicCloud();
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -69,14 +69,8 @@ public:
|
||||
reactingCloud();
|
||||
|
||||
|
||||
// Destructors
|
||||
|
||||
virtual ~reactingCloud();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
//- Destructor
|
||||
virtual ~reactingCloud();
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -69,9 +69,8 @@ public:
|
||||
thermoCloud();
|
||||
|
||||
|
||||
// Destructors
|
||||
|
||||
virtual ~thermoCloud();
|
||||
//- Destructor
|
||||
virtual ~thermoCloud();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
@ -114,8 +114,11 @@ void Foam::InjectionModel<CloudType>::findCellAtPosition
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"InjectionModel<CloudType>::findCellAtPosition"
|
||||
"(label&, vector&)"
|
||||
"Foam::InjectionModel<CloudType>::findCellAtPosition"
|
||||
"(\n"
|
||||
" label&,\n"
|
||||
" vector&\n"
|
||||
")"
|
||||
)<< "Cannot find parcel injection cell. "
|
||||
<< "Parcel position = " << p0 << nl
|
||||
<< abort(FatalError);
|
||||
@ -231,7 +234,11 @@ Foam::InjectionModel<CloudType>::InjectionModel
|
||||
FatalErrorIn
|
||||
(
|
||||
"Foam::InjectionModel<CloudType>::InjectionModel"
|
||||
"(const dictionary&, CloudType&, const word&)"
|
||||
"(\n"
|
||||
" const dictionary&,\n"
|
||||
" CloudType&,\n"
|
||||
" const word&\n"
|
||||
")"
|
||||
)<< "parcelBasisType must be either 'number' or 'mass'" << nl
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user