Ensure Well Defined Initial Values for CT Data Members

This commit is contained in:
Bård Skaflestad
2021-01-20 16:51:35 +01:00
parent 18a8d78f02
commit f8e4346e6d

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
{