Merge pull request #3024 from bska/initialise-aquct

Ensure Well Defined Initial Values for CT Data Members
This commit is contained in:
Bård Skaflestad
2021-01-22 11:06:55 +01:00
committed by GitHub

View File

@@ -89,8 +89,8 @@ protected:
const AquiferCT::AQUCT_data aquct_data_;
Scalar beta_; // Influx constant
// TODO: it is possible it should be a AD variable
Scalar mu_w_; // water viscosity
Scalar fluxValue_; // value of flux
Scalar mu_w_{1}; // water viscosity
Scalar fluxValue_{0}; // value of flux
void assignRestartData(const data::AquiferData& /* xaq */) override
{