mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: coneNozzleInjection: use Umag instead of UMag for consistency (fixes #1168)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user