Skip to content
Snippets Groups Projects
Commit e1ca5806 authored by mattijs's avatar mattijs
Browse files

BUG: marshakRadiation: default to mixedfvPatch mapping. Fixes #1653

parent cffcbc34
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2011-2015 OpenFOAM Foundation Copyright (C) 2011-2015 OpenFOAM Foundation
Copyright (C) 2016 OpenCFD Ltd. Copyright (C) 2016,2020 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -120,25 +120,6 @@ MarshakRadiationFvPatchScalarField ...@@ -120,25 +120,6 @@ MarshakRadiationFvPatchScalarField
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::radiation::MarshakRadiationFvPatchScalarField::autoMap
(
const fvPatchFieldMapper& m
)
{
scalarField::autoMap(m);
}
void Foam::radiation::MarshakRadiationFvPatchScalarField::rmap
(
const fvPatchScalarField& ptf,
const labelList& addr
)
{
mixedFvPatchScalarField::rmap(ptf, addr);
}
void Foam::radiation::MarshakRadiationFvPatchScalarField::updateCoeffs() void Foam::radiation::MarshakRadiationFvPatchScalarField::updateCoeffs()
{ {
if (this->updated()) if (this->updated())
......
...@@ -174,22 +174,6 @@ public: ...@@ -174,22 +174,6 @@ public:
} }
// Mapping functions
//- Map (and resize as needed) from self given a mapping object
virtual void autoMap
(
const fvPatchFieldMapper&
);
//- Reverse map the given fvPatchField onto this fvPatchField
virtual void rmap
(
const fvPatchScalarField&,
const labelList&
);
// Evaluation functions // Evaluation functions
//- Update the coefficients associated with the patch field //- Update the coefficients associated with the patch field
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment