Skip to content

Commit 5759fc6

Browse files
committed
Variables documentation
1 parent 775bf37 commit 5759fc6

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

docs/documentation/running.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,42 @@ The monopole support types available in MFC are listed in table [Monopole suppor
458458
types exclusive to one-, two-, and three-dimensional problems with special souce geometry like transducers as well as coordinate systems such as cylindrical coordinates. The monopole support number (`#`) corresponds to the input value in `input.py` labeled `Mono(i)%support` where
459459
$i$ is the monopole source index.
460460

461+
### Conservative Variables Ordering
462+
463+
The following variables are used for all simulations:
464+
465+
| 5-eqn | 6-eqn |
466+
| ---: | : --- |
467+
| num_fluids continuity variables (\alpha_i\rho_i)| num_fluids continuity variables (\alpha_i\rho_i) |
468+
| num_dims momentum variables (\alpha_i\rho_i v) | num_dims momentum variables (\alpha_i\rho_i v) |
469+
| 1 energy variable (\rho E) | 1 energy variable (\rho E) |
470+
| num_fluids advection variables (\alpha_i) | num_fluids advection variables (\alpha_i) |
471+
| N/A | num_fluids internal energy variables (\alpha_i\rho_ie_i) |
472+
473+
The following variables correspond to optional physics:
474+
| 5-eqn | 6-eqn |
475+
| ---: | : --- |
476+
| sub-grid bubble variables | N/A |
477+
| hypoelastic variables | N/A |
478+
479+
### Primitive Variables Ordering
480+
481+
The following variables are used for all simualtions:
482+
483+
| 5-eqn | 6-eqn |
484+
| num_fluids densities | num_fluids densities |
485+
| num_dims velocities | num_dims velocities |
486+
| 1 pressure | 1 pressure |
487+
| num_fluids volume fractions | num_fluids volume fractions |
488+
| N/A | num_fluids partial pressures |
489+
490+
The following variables correspond to optional physics:
491+
492+
| 5-eqn | 6-eqn |
493+
| ---: | : --- |
494+
| sub-grid bubble variables | N/A |
495+
| hypoelastic variables | N/A |
496+
461497
## Running
462498

463499
MFC can be run using `mfc.sh`'s `run` command. It supports both interactive and

src/common/m_derived_types.mod

-550 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)