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

compressibleMultiRegionCourantNo.H

Go to the documentation of this file.
00001     scalar CoNum = -GREAT;
00002 
00003     forAll(fluidRegions, regionI)
00004     {
00005         CoNum = max
00006         (
00007             compressibleCourantNo
00008             (
00009                 fluidRegions[regionI],
00010                 runTime,
00011                 rhoFluid[regionI],
00012                 phiFluid[regionI]
00013             ),
00014             CoNum
00015         );
00016     }
00017 
00018 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines