Formatting
This commit is contained in:
parent
d07b03fe19
commit
a608bb5216
3 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,7 @@ void Foam::OutputFilterFunctionObject<OutputFilter>::readDict()
|
|||
dict_.readIfPresent("storeFilter", storeFilter_);
|
||||
}
|
||||
|
||||
|
||||
template<class OutputFilter>
|
||||
void Foam::OutputFilterFunctionObject<OutputFilter>::allocateFilter()
|
||||
{
|
||||
|
@ -69,6 +70,7 @@ void Foam::OutputFilterFunctionObject<OutputFilter>::allocateFilter()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
template<class OutputFilter>
|
||||
void Foam::OutputFilterFunctionObject<OutputFilter>::destroyFilter()
|
||||
{
|
||||
|
|
|
@ -93,7 +93,7 @@ class OutputFilterFunctionObject
|
|||
|
||||
//- Read relevant dictionary entries
|
||||
void readDict();
|
||||
|
||||
|
||||
//- Creates most of the data associated with this object.
|
||||
void allocateFilter();
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ turbulentIntensityKineticEnergyInletFvPatchScalarField
|
|||
intensity_(0.05)
|
||||
{}
|
||||
|
||||
|
||||
Foam::turbulentIntensityKineticEnergyInletFvPatchScalarField::
|
||||
turbulentIntensityKineticEnergyInletFvPatchScalarField
|
||||
(
|
||||
|
@ -58,6 +59,7 @@ turbulentIntensityKineticEnergyInletFvPatchScalarField
|
|||
intensity_(ptf.intensity_)
|
||||
{}
|
||||
|
||||
|
||||
Foam::turbulentIntensityKineticEnergyInletFvPatchScalarField::
|
||||
turbulentIntensityKineticEnergyInletFvPatchScalarField
|
||||
(
|
||||
|
@ -88,6 +90,7 @@ turbulentIntensityKineticEnergyInletFvPatchScalarField
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
Foam::turbulentIntensityKineticEnergyInletFvPatchScalarField::
|
||||
turbulentIntensityKineticEnergyInletFvPatchScalarField
|
||||
(
|
||||
|
|
Reference in a new issue