mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: phaseSystemModels: few compilation fixes
This commit is contained in:
@ -95,7 +95,7 @@ Foam::wallBoilingModels::CHFModels::Zuber::CHF
|
||||
return
|
||||
Cn_*rhoVapor*L*pow
|
||||
(
|
||||
sigma*mag(g.value())*(max(rhoLiq - rhoVapor, 0.0)/sqr(rhoVapor)),
|
||||
sigma*mag(g.value())*(max(rhoLiq - rhoVapor, Zero)/sqr(rhoVapor)),
|
||||
0.25
|
||||
);
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ License
|
||||
|
||||
inline Foam::label Foam::diameterModels::populationBalanceModel::nCorr() const
|
||||
{
|
||||
return mesh_.solverDict(name_).lookupType<label>("nCorr");
|
||||
return mesh_.solverDict(name_).get<label>("nCorr");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user