fluidsim.base.forcing.base

Forcing schemes (fluidsim.base.forcing.base)

Provides:

class fluidsim.base.forcing.base.ForcingBase(sim)[source]

Bases: object

Organize the forcing schemes (base class)

static _complete_info_solver(info_solver, classes=None)[source]

Complete the ParamContainer info_solver.

static _complete_params_with_default(params, info_solver)[source]

This static method is used to complete the params container.

class fluidsim.base.forcing.base.ForcingBasePseudoSpectral(sim)[source]

Bases: ForcingBase

Organize the forcing schemes (pseudo-spectra)

Inheritance diagram of ForcingBasePseudoSpectral
static _complete_info_solver(info_solver, classes=None)[source]

Complete the ParamContainer info_solver.

static _complete_params_with_default(params, info_solver)[source]

This static method is used to complete the params container.

Classes

ForcingBase(sim)

Organize the forcing schemes (base class)

ForcingBasePseudoSpectral(sim)

Organize the forcing schemes (pseudo-spectra)