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

readAdditionalSolutionControls.H

Go to the documentation of this file.
00001 dictionary additional = mesh.solutionDict().subDict("additional");
00002 
00003 bool dpdt = additional.lookupOrDefault("dpdt", true);
00004 bool eWork = additional.lookupOrDefault("eWork", true);
00005 bool hWork = additional.lookupOrDefault("hWork", true);
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines