diff --git a/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C index 67d1d62467..7275d53d9c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C @@ -187,6 +187,7 @@ Foam::swirlFanVelocityFvPatchField::swirlFanVelocityFvPatchField : fixedJumpFvPatchField(ptf), phiName_(ptf.phiName_), + pName_(ptf.pName_), rhoName_(ptf.rhoName_), origin_(ptf.origin_), rpm_(ptf.rpm_), @@ -205,6 +206,7 @@ Foam::swirlFanVelocityFvPatchField::swirlFanVelocityFvPatchField : fixedJumpFvPatchField(ptf, iF), phiName_(ptf.phiName_), + pName_(ptf.pName_), rhoName_(ptf.rhoName_), origin_(ptf.origin_), rpm_(ptf.rpm_),