mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: extrapolateInternal() method for patch fields
- provides a more succinct way of writing
{fa,fv}PatchField<Type>::patchInternalField(*this)
as well as a consistent naming that can be used for patches derived
from valuePointPatchField
ENH: readGradientEntry helper method for fixedGradient conditions
- simplifies coding and logic.
- support different read construct modes for fixedGradient
This commit is contained in:
@ -125,10 +125,10 @@ ${typeName}FixedValuePointPatch${FieldType}
|
||||
const pointPatch& p,
|
||||
const DimensionedField<${TemplateType}, pointMesh>& iF,
|
||||
const dictionary& dict,
|
||||
const bool valueRequired
|
||||
IOobjectOption::readOption requireValue
|
||||
)
|
||||
:
|
||||
parent_bctype(p, iF, dict, valueRequired)
|
||||
parent_bctype(p, iF, dict, requireValue)
|
||||
{
|
||||
if (${verbose:-false})
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user