_add_dependency_checks(self)
Add dependency (particle consistency) checks.
__init__(self, name, dimensions_hydro=2, cfl_factor=0.1, initial_time_step_size=1e-4, constant_time_step_size=True, swift_project_namespace="SPH", particles_per_cell=0, min_h=0.3, max_h=0.3)
Initialise the particle.
_setup_initialisation_steps(self)
Define the algorithm steps to be taken during initialization here.
alpha_av(self)
Viscosity parameters of the Minimal SPH model.
_setup_algorithm_steps(self)
Set up the internal list of algorithm steps for this particle.
set_parameters(self)
This function translates "global" particle parameters which are constant throughout the simulation (l...
get_cpp_namespace_from_project_namespace(self)
Transform namespace into cpp format.
The SPH particle base class.
_setup_initialisation_steps(self)
Define the algorithm steps to be taken during initialization here.
_setup_algorithm_steps(self)
Set up the internal list of algorithm steps for this particle.
set_parameters(self)
This function translates "global" particle parameters which are constant throughout the simulation (l...