STYLE: coneNozzleInjection: use Umag instead of UMag for consistency (fixes #1168)

This commit is contained in:
Kutalmis Bercin
2025-09-11 09:34:37 +01:00
parent f4b50daa3c
commit 1e715d3847

View File

@ -121,7 +121,7 @@ void Foam::ConeNozzleInjection<CloudType>::setFlowType()
{
case flowType::ftConstantVelocity:
{
this->coeffDict().readEntry("UMag", UMag_);
this->coeffDict().readCompat("Umag", {{"UMag", -2506}}, UMag_);
break;
}
case flowType::ftPressureDrivenVelocity: