Skip to content

Simput Model missing some LW_Test.yaml keys #22

@DrewLazzeriKitware

Description

@DrewLazzeriKitware

We fail to read in all of the keys from the Little Washita example. These keys are missing, and are hardcoded in:

defaults = {
#
# These require reading nested keys
#
"Cycle.constant.alltime.Length": 1,
"Cycle.Names": "constant",
"Cycle.constant.Names": "alltime",
"Cycle.constant.Repeat": -1,
"Patch.x_lower.BCPressure.alltime.Value": 0,
"Patch.x_upper.BCPressure.alltime.Value": 0,
"Patch.y_lower.BCPressure.alltime.Value": 0,
"Patch.y_upper.BCPressure.alltime.Value": 0,
"Patch.z_lower.BCPressure.alltime.Value": 0,
"Patch.z_upper.BCPressure.alltime.Value": 0,
"PhaseSources.water.Geom.domain.Value": 0,
#
# These require top level __value__ keys
#
"Gravity": 1.0,
"FileVersion": 4,
"KnownSolution": "NoKnownSolution",
"Solver._value_": "Richards",
#
# These may be wrong in LW_Test.yaml. That key doesn't exist in pf-keys
#
"Solver.Linear.Preconditioner._value_": "PFMGOctree",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions