modules#
Module: fridom.framework.modules
Submodules
Modules for creating animated output of the model. |
|
Advection modules for 1D, 2D, and 3D fluid simulations. |
|
Closure modules. E.g. diffusion, hyperdiffusion, etc. |
|
Flux functions module. |
|
Forcing modules. E.g. relaxation. |
Classes, Functions, and Variables
|
A counting module for debugging purposes. |
|
Base class for all modules. |
|
Decorate the start, update and stop method of a module. |
|
A module container that can hold multiple modules. |
A progress bar module to display the progress of the simulation. |
|
A module for ramping up and down parameters during a simulation. |
|
Automatically restart the job at a given interval. |
|
Check if a state vector contains NaN values. |
|
Writing model output to NetCDF files. |
A module that resets the tendency of a model state. |
|
Saves a figure created by a Plotter module to a file. |
Base classes and functions for creating modules in the model.