Skip to content

Commit

Permalink
rename the evaluator type for the newly added kr model by Niu and Yan…
Browse files Browse the repository at this point in the history
…g (2006)
  • Loading branch information
gaobhub committed Jul 1, 2023
1 parent 8c0349d commit 441a6db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The terms of use and "as is" disclaimer for this license are
provided in the top-level COPYRIGHT file.
Authors: Ethan Coon (ecoon@lanl.gov)
Authors: Ethan Coon (ecoon@lanl.gov), Bo Gao (gaob@ornl.gov)
*/

//! RelPermFrzBCEvaluator: evaluates relative permeability using water retention models.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The terms of use and "as is" disclaimer for this license are
provided in the top-level COPYRIGHT file.
Authors: Bo Gao (gaob@ornl.gov)
Authors: Ethan Coon (ecoon@lanl.gov), Bo Gao (gaob@ornl.gov)
*/

//! Evaluates relative permeability using water retention models.
Expand Down Expand Up @@ -47,7 +47,7 @@ Some additional parameters are available.
KEYS:
- `"rel perm`"
- `"saturation_liquid`"
- `"saturation_ice`"
- `"saturation_gas`"
- `"density`" (if `"use density on viscosity in rel perm`" == true)
- `"viscosity`" (if `"use density on viscosity in rel perm`" == true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The terms of use and "as is" disclaimer for this license are
provided in the top-level COPYRIGHT file.
Authors:
Authors: Ethan Coon (ecoon@lanl.gov), Bo Gao (gaob@ornl.gov)
*/

#include "rel_perm_frzBC_evaluator.hh"
Expand All @@ -14,7 +14,7 @@ namespace Flow {

// registry of method
Utils::RegisteredFactory<Evaluator, RelPermFrzBCEvaluator>
RelPermFrzBCEvaluator::factory_("FrzBC rel perm");
RelPermFrzBCEvaluator::factory_("Brooks-Corey based high frozen rel perm");

} // namespace Flow
} // namespace Amanzi

0 comments on commit 441a6db

Please sign in to comment.