Version:

salvus.flow.simple_config.simulation

salvus.flow.simple_config.simulation salvus flow simple_config simulation
Configurations for simulations of different physics.

Functions

from_dict()

Create a simulation object from a dictionary.
SIGNATURE
def from_dict(
    dictionary: dict, basic_init: bool = False
) -> _BaseSimulation: ...
ARGUMENTS
Required
dictionary
Type:dict
Description:
The dictionary.
Optional
basic_init
Type:bool
Default value:False
Description:
If False, it will attempt to read the mesh, otherwise a basic initialization will done for the simulation objects.
RETURNS
Return type: _BaseSimulation

Used in tutorials

Functionality from this module is used in the following tutorials.
PAGE CONTENTS