Simulation
- class tripodpy.Simulation(**kwargs)[source]
Bases:
SimulationThe main simulation class for running dust evolution simulations. tripodpy.Simulation` is a child of
dustpy.Simulation, which is in turn a child ofsimframe.Frame. For setting simple initial conditions useSimulation.ini, For making the simulation grids useSimulation.makegrids(), For initialization useSimulation.initialize(), For running simulations useSimulation.run(). Please have a look at the documentation ofsimframefor further details.Methods Summary
Function initializes the simulation frame.
Function creates radial grid.
run()This functions runs the simulation.
Methods Documentation
- initialize()[source]
Function initializes the simulation frame.
Function sets all fields that are None with a standard value. If the grids are not set, it will call
Simulation.makegrids()first.