MomentumTransferPhaseSystem: Fixed spelling error

This commit is contained in:
Will Bainbridge
2018-04-11 15:34:31 +01:00
parent efad85b0e6
commit 4e2074419b

View File

@ -396,7 +396,7 @@ Foam::MomentumTransferPhaseSystem<BasePhaseSystem>::momentumTransfer()
}
}
// Add the source term due to mass trasfer
// Add the source term due to mass transfer
addMassTransferMomentumTransfer(eqns);
return eqnsPtr;
@ -472,7 +472,7 @@ Foam::MomentumTransferPhaseSystem<BasePhaseSystem>::momentumTransferf()
}
}
// Add the source term due to mass trasfer
// Add the source term due to mass transfer
addMassTransferMomentumTransfer(eqns);
return eqnsPtr;