mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: vibrationShellModel and thermalShellModel: remove read()
STYLE: vibrationShellModel and thermalShellModel: regroup the access functions
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2019-2020 OpenCFD Ltd.
|
||||
Copyright (C) 2019-2021 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -43,19 +43,6 @@ defineTypeNameAndDebug(thermalShellModel, 0);
|
||||
|
||||
defineRunTimeSelectionTable(thermalShellModel, dictionary);
|
||||
|
||||
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
|
||||
|
||||
bool thermalShellModel::read(const dictionary& dict)
|
||||
{
|
||||
if (regionFaModel::read(dict))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
thermalShellModel::thermalShellModel
|
||||
@ -95,24 +82,6 @@ void thermalShellModel::preEvolveRegion()
|
||||
{}
|
||||
|
||||
|
||||
const Foam::volScalarField& thermalShellModel::Tp() const
|
||||
{
|
||||
return Tp_;
|
||||
}
|
||||
|
||||
|
||||
const Foam::areaScalarField& thermalShellModel::T() const
|
||||
{
|
||||
return T_;
|
||||
}
|
||||
|
||||
|
||||
Foam::fa::options& thermalShellModel::faOptions()
|
||||
{
|
||||
return faOptions_;
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace regionModels
|
||||
|
||||
Reference in New Issue
Block a user