BUG: Adding mapping function to radiationCoupledBase

This commit is contained in:
sergio
2014-10-15 12:14:15 +01:00
committed by Andrew Heather
parent f0def801b2
commit 242dd96133
2 changed files with 22 additions and 2 deletions

View File

@ -32,6 +32,13 @@ License
// * * * * * * * * * * * * * Static Member Data * * * * * * * * * * * * * * //
namespace Foam
{
defineTypeNameAndDebug(radiationCoupledBase, 0);
}
namespace Foam
{
template<>
@ -139,6 +146,12 @@ Foam::radiationCoupledBase::radiationCoupledBase
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * //
Foam::radiationCoupledBase::~radiationCoupledBase()
{}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
Foam::scalarField Foam::radiationCoupledBase::emissivity() const

View File

@ -90,6 +90,10 @@ protected:
public:
//- Runtime type information
TypeName("radiationCoupledBase");
// Constructors
//- Construct from patch, emissivity mode and emissivity
@ -117,6 +121,9 @@ public:
);
//- Destructor
virtual ~radiationCoupledBase();
// Member functions
// Access
@ -135,13 +142,13 @@ public:
// Mapping functions
//- Map (and resize as needed) from self given a mapping object
void autoMap
virtual void autoMap
(
const fvPatchFieldMapper&
);
//- Reverse map the given fvPatchField onto this fvPatchField
void rmap
virtual void rmap
(
const fvPatchScalarField&,
const labelList&