diff --git a/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C index 67d1d62467d759ec5a6f34e8b3ae7f2ab13b46dd..7275d53d9ce3fe4ff399f6c00943b01f72850cfd 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<vector>(ptf), phiName_(ptf.phiName_), + pName_(ptf.pName_), rhoName_(ptf.rhoName_), origin_(ptf.origin_), rpm_(ptf.rpm_), @@ -205,6 +206,7 @@ Foam::swirlFanVelocityFvPatchField::swirlFanVelocityFvPatchField : fixedJumpFvPatchField<vector>(ptf, iF), phiName_(ptf.phiName_), + pName_(ptf.pName_), rhoName_(ptf.rhoName_), origin_(ptf.origin_), rpm_(ptf.rpm_),