Functions
HydrothermalSinglePhaseDarcyFoam.C File Reference

The main program of HydrothermalSinglePhaseDarcyFoam solver. More...

#include "fvCFD.H"
#include "pimpleControl.H"
#include "simpleMatrix.H"
#include "hydroThermo.H"
#include "postProcess.H"
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"
#include "createControl.H"
#include "createFields.H"
#include "createTimeControls.H"
#include "initContinuityErrs.H"
#include "initpEqn.H"
#include "updateProps.H"
#include "readTimeControls.H"
#include "compressibleCourantNo.H"
#include "setDeltaT.H"
#include "EEqn.H"
#include "pEqn.H"
#include "reportTotalExecutionTime.H"
Include dependency graph for HydrothermalSinglePhaseDarcyFoam.C:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

The main program of HydrothermalSinglePhaseDarcyFoam solver.

which is developed to modeling porous flow and heat transfer for solving hydrothermal circulation problem (e.g. Hasenclever et al., 2014).

Author
Zhikui Guo (zguo@.nosp@m.geom.nosp@m.ar.de)
Version
1.0
Date
2019-10-14

Definition in file HydrothermalSinglePhaseDarcyFoam.C.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 33 of file HydrothermalSinglePhaseDarcyFoam.C.