reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine: Corrected Tsat expression
Patch provided by Daniel Jasinski Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1893
This commit is contained in:
parent
cc942ed18e
commit
98fb882f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ Foam::saturationModels::Antoine::Tsat
|
|||
const volScalarField& p
|
||||
) const
|
||||
{
|
||||
return B_/(A_ - log10(p)) - C_;
|
||||
return B_/(log(p) - A_) - C_;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue