OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Classes | Typedefs
ParamControl.hpp File Reference

ParamControl class declaration. More...

#include <cassert>
#include <fstream>
#include <vector>
#include "OCPConst.hpp"
#include "UtilInput.hpp"

Go to the source code of this file.

Classes

class  TuningPair
 TODO: Add Doxygen. More...
 
class  ParamControl
 

Typedefs

typedef vector< vector< OCP_DBL > > TUNING
 

Detailed Description

ParamControl class declaration.

Author
Shizhe Li
Date
Oct/01/2021

Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file ParamControl.hpp.

Typedef Documentation

◆ TUNING

typedef vector<vector<OCP_DBL> > TUNING

Tuning is a set of param of control, which contains three main parts

  1. Time stepping controls.
  2. Time truncation and convergence controls.
  3. Newton and linear iterations controls. But most of these have not been applied to current program.

Definition at line 29 of file ParamControl.hpp.