Closed johnkit closed 4 years ago
Pushed cmb-initial-dev
branch with some .sbt files to begin modeling ATS simulations. Lots more needed to reconstruct even the simplest example (demo 01).
Some potentially helpful links:
simulation-workflows/ACE3P.sbt
simulation-workflows/Truchas.sbt
.@johnkit - while looking at the baseline file for the Mesh/Domain/Region writer I saw something that I'm not sure about. You currently have three separate sections: mesh
, domain
, and regions
. Is this intentional? I'm thinking there should only be 2 sections: mesh
and regions
while one of the mesh objects must have the name domain
. That's what I am seeing in the demo files - no domain
section, just one of the mesh objects is always called domain
.
Should I change this?
Answered in https://github.com/Kitware/resonanthpc/pull/18#issuecomment-628630604
I think we have finally reached a point where this task can be marked as complete! 🎉
We have working CMB templates/export scripts for ATS Demos 01 through 04 under the dev/cmb/simulation-workflows/ats/internal/tests/test_demos
directory. The baseline ATS XML input files included in that directory are what we can generate and they will run in ATS
Develop initial CMB UI template files and python scripts for generating ATS input files. The results from this task should be sufficient to model the ATS demo01 problem (steady state Richards).
Main results are:
CMB template files
Preceding `` means it is blocking us from moving on*
refactor-mesh
branch - see #1412 implements N domains/meshes
"variable"
parameter?: for now, user must manually input04-...-v
demo needs a few other PKs beyond richardsboomer amg
)water retention evaluator
???Python export scripts
PK type
parameter on exportOther:
Known limitations