OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Public Member Functions | Protected Attributes | List of all members
ThermalSolver Class Reference

ThermalSolver class for fluid solution method. More...

#include <ThermalSolver.hpp>

Public Member Functions

void SetupMethod (Reservoir &rs, const OCPControl &ctrl)
 
void InitReservoir (Reservoir &rs) const
 
void Prepare (Reservoir &rs, const OCPControl &ctrl)
 
void AssembleMat (const Reservoir &rs, OCPControl &ctrl)
 
void SolveLinearSystem (Reservoir &rs, OCPControl &ctrl)
 Solve the linear system in single problem.
 
OCP_BOOL UpdateProperty (Reservoir &rs, OCPControl &ctrl)
 Update properties of fluid.
 
OCP_BOOL FinishNR (Reservoir &rs, OCPControl &ctrl)
 Finish the Newton-Raphson iteration.
 
void FinishStep (Reservoir &rs, OCPControl &ctrl)
 Finish the current time step.
 

Protected Attributes

LinearSystem LSolver
 
LinearSystem auxLSolver
 
T_FIM fim
 

Detailed Description

ThermalSolver class for fluid solution method.

Definition at line 19 of file ThermalSolver.hpp.


The documentation for this class was generated from the following files: