GIT: remove unnecessary PatchField Fwd headers

- reduces clutter. In some cases the Fwd typedefs were also incorrect

STYLE: combine Scalar specialisations into corresponding PatchFields.C

- reduces clutter, simplifies future adjustments
This commit is contained in:
Mark Olesen
2023-01-12 14:27:40 +01:00
parent 94a7945be3
commit 2d4ecc4326
118 changed files with 131 additions and 5971 deletions

View File

@ -29,17 +29,22 @@ License
#include "transformFaPatchFields.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam
{
makeFaPatchFieldsTypeName(transform);
}
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaPatchFieldsTypeName(transform);
// * * * * * * * * * * * * * * * Specialisations * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
template<>
Foam::tmp<Foam::scalarField>
Foam::transformFaPatchField<Foam::scalar>::gradientInternalCoeffs() const
{
return tmp<scalarField>::New(size(), Zero);
}
} // End namespace Foam
// ************************************************************************* //