tightening tolerance wells to be 1.e-8

This commit is contained in:
Kai Bao 2024-04-11 23:10:04 +02:00
parent b1be391d4c
commit 19d8b31331

View File

@ -286,7 +286,7 @@ struct ToleranceCnvRelaxed<TypeTag, TTag::FlowModelParameters> {
template<class TypeTag>
struct ToleranceWells<TypeTag, TTag::FlowModelParameters> {
using type = GetPropType<TypeTag, Scalar>;
static constexpr type value = 1e-4;
static constexpr type value = 1e-8;
};
template<class TypeTag>
struct ToleranceWellControl<TypeTag, TTag::FlowModelParameters> {