From 8f1fc9c5b2210f1dd57cb5ab2cbf99080684366d Mon Sep 17 00:00:00 2001 From: William Fullmer <william.fullmer@netl.doe.gov> Date: Mon, 9 Dec 2019 13:33:30 -0500 Subject: [PATCH] docs proj MG prefix mfix to projection --- docs/source/InputsMultigrid.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/InputsMultigrid.rst b/docs/source/InputsMultigrid.rst index 0a90b33..a43a9a9 100644 --- a/docs/source/InputsMultigrid.rst +++ b/docs/source/InputsMultigrid.rst @@ -5,9 +5,11 @@ Multigrid Inputs The following inputs can be set directly in the AMReX solver classes but we set them via the MFiX-Exa routines because we may want different inputs for the -different solvers called by MFiX-Exa. +different solvers called by MFiX-Exa. +NOTE: the nodal solver settings are read in directly by AMReX, +the MAC and diffusion settings by MFiX. -These control the nodal projection and must be preceded by "mfix": +These control the nodal projection and must be preceded by "projection": +-------------------------+-----------------------------------------------------------------------+-------------+--------------+ | | Description | Type | Default | -- GitLab