bluemira.codes._typing
Types for the plasmod module.
Classes
Form for a transport solver function |
Module Contents
- class bluemira.codes._typing.TransportSolver
Bases:
ProtocolForm for a transport solver function
- execute(run_mode: str | bluemira.codes.interface.BaseRunMode) bluemira.codes.params.MappedParameterFrame
Execute the solver function
- Parameters:
run_mode (str | bluemira.codes.interface.BaseRunMode)
- Return type:
- get_profile(profile: str | bluemira.codes.plasmod.mapping.Profiles) numpy.ndarray
Gets the profiles for the solver function
- Parameters:
profile (str | bluemira.codes.plasmod.mapping.Profiles)
- Return type:
numpy.ndarray