OGS
|
Created on March 4, 2021, 3:05 PM
Definition in file WaterViscosityIAPWS.cpp.
#include "WaterViscosityIAPWS.h"
#include <cmath>
#include "BaseLib/Error.h"
#include "MaterialLib/MPL/Medium.h"
Go to the source code of this file.
Namespaces | |
namespace | MaterialPropertyLib |
Functions | |
static double | MaterialPropertyLib::computeBarMu0Factor (const double barT) |
static std::array< double, 6 > | MaterialPropertyLib::computeSeriesFactorTForMu1 (const double barT) |
static std::array< double, 7 > | MaterialPropertyLib::computeSeriesFactorRhoForMu1 (const double bar_rho) |
static double | MaterialPropertyLib::computeBarMu1Factor (const std::array< double, 6 > &series_factorT, const std::array< double, 7 > &series_factorRho) |
static double | MaterialPropertyLib::computedBarMu_dbarT (const double barT, double bar_rho) |
static double | MaterialPropertyLib::computedBarMu_dbarRho (const double barT, double bar_rho) |
Variables | |
static const double | MaterialPropertyLib::Hi [4] = {1.67752, 2.20462, 0.6366564, -0.241605} |
static const double | MaterialPropertyLib::Hij [6][7] |