mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Added missing correctBoundaryConditions() to correctAlpha()
This commit is contained in:
@ -245,6 +245,8 @@ void thermoSingleLayer::correctAlpha()
|
||||
alpha_[i] = 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
alpha_.correctBoundaryConditions();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user