illinois-ceesd / mirgecom

MIRGE-Com is the workhorse simulation application for the Center for Exascale-Enabled Scramjet Design at the University of Illinois.
Other
11 stars 19 forks source link

Add fluid operator arg to support esdg in prediction #890

Closed MTCam closed 1 year ago

MTCam commented 1 year ago

Preparing to add ESDG as a prediction option. This change set adds a fluid_operator argument to the multiphysics interface. The idea is that setting the fluid_operator is in the hands of the driver. The driver will set it to: ns_operator -or- entropy_stable_ns_operator (once its moved down out of #877 )

The multiphysics example is modified to illustrate the planned usage pattern.

Questions for the review: