From 9b5038802bf042946f059fb10cfdb5644c96dc65 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 7 Feb 2013 16:48:44 +0000 Subject: [PATCH] ENH: Added missing mapping clause to mappedFixedInternalValue BC --- .../mappedFixedInternalValueFvPatchField.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/mappedFixedInternalValue/mappedFixedInternalValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/mappedFixedInternalValue/mappedFixedInternalValueFvPatchField.C index 819f39ecfb..680d3f89f0 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/mappedFixedInternalValue/mappedFixedInternalValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/mappedFixedInternalValue/mappedFixedInternalValueFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -135,6 +135,7 @@ void Foam::mappedFixedInternalValueFvPatchField::updateCoeffs() break; } case mappedPatchBase::NEARESTPATCHFACE: + case mappedPatchBase::NEARESTPATCHFACEAMI: { const label samplePatchI = mpp.samplePolyPatch().index(); const fvPatchField& nbrPatchField =