![]() |
OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
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 |
ThermalSolver class for fluid solution method.
Definition at line 19 of file ThermalSolver.hpp.