mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3024 from bska/initialise-aquct
Ensure Well Defined Initial Values for CT Data Members
This commit is contained in:
commit
57d158bbbe
@ -89,8 +89,8 @@ protected:
|
|||||||
const AquiferCT::AQUCT_data aquct_data_;
|
const AquiferCT::AQUCT_data aquct_data_;
|
||||||
Scalar beta_; // Influx constant
|
Scalar beta_; // Influx constant
|
||||||
// TODO: it is possible it should be a AD variable
|
// TODO: it is possible it should be a AD variable
|
||||||
Scalar mu_w_; // water viscosity
|
Scalar mu_w_{1}; // water viscosity
|
||||||
Scalar fluxValue_; // value of flux
|
Scalar fluxValue_{0}; // value of flux
|
||||||
|
|
||||||
void assignRestartData(const data::AquiferData& /* xaq */) override
|
void assignRestartData(const data::AquiferData& /* xaq */) override
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user