FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

gammaPsi.H

Go to the documentation of this file.
00001 {
00002     gamma = max(min((rho - rholSat)/(rhovSat - rholSat), scalar(1)), scalar(0));
00003 
00004     Info<< "max-min gamma: " << max(gamma).value()
00005         << " " << min(gamma).value() << endl;
00006 
00007     psiModel->correct();
00008 
00009     //Info<< "min a: " << 1.0/sqrt(max(psi)).value() << endl;
00010 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines