mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
MomentumTransferPhaseSystem: Fixed spelling error
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user