public subroutine mus_load_mixture(me, conf, parent, minLevel, maxLevel, physics, schemeHeader, nFields)
This routine load mixture table from scheme table.
Define either mass density or number density.
If mass density is specified, number density can be computed at runtime
or vice versa.
@note Todo
Currently, the simulation is initialized by density, extend
it to initialize from mixture number density/volume fraction
and mole fraction
\verbatim
mixture = { rho0 = 1.0, omega }
\endverbatim
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.