mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-06 22:43:01 -06:00
some minor cleanups
these are: - remove the unused methods "baseEpsilon()" and "numericEpsilon()" from FvBaseAdLocalLinearizer. (they are only meaningful in the context of finite differences.) - correct/update some comments - replace most occurences of Toolbox::createConstant() with assignments to floating point values to unclutter the code a bit.
This commit is contained in:
parent
c4b3864bca
commit
50e63422ba
@ -248,8 +248,7 @@ public:
|
||||
lensUpperRight_[2] = EWOMS_GET_PARAM(TypeTag, Scalar, LensUpperRightZ);
|
||||
}
|
||||
|
||||
// parameters for the Van Genuchten law
|
||||
// alpha and n
|
||||
// parameters for the Van Genuchten law: alpha and n
|
||||
lensMaterialParams_.setVgAlpha(0.00045);
|
||||
lensMaterialParams_.setVgN(7.3);
|
||||
outerMaterialParams_.setVgAlpha(0.0037);
|
||||
|
Loading…
Reference in New Issue
Block a user