For circular throat (ThroatShape = Circle
) in PNM the wetting layer area can be 0, which leads to 0 transmissibility. Therefore, std::isfinite
is a better assert than std::isnormal
which would fail for 0 transmissibility
For circular throat (ThroatShape = Circle
) in PNM the wetting layer area can be 0, which leads to 0 transmissibility. Therefore, std::isfinite
is a better assert than std::isnormal
which would fail for 0 transmissibility