getDefault

open fun <T, P : Position<P>> getDefault(): Simulation<T, P>

Returns a simulation with all the variables set to their default values.

This is equivalent to calling getWith with an empty values map.

Return

an instance of Simulation with variables initialized to their defaults

Type Parameters

T

the concentration type

P

the position type used by the simulation