carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions
general.py File Reference

Classes

class  carputils.model.general.Modifier
 Describes a parameter assigment modifier. More...
 
class  carputils.model.general.AddModifier
 Describes a parameter add modifier. More...
 
class  carputils.model.general.MultModifier
 Describes a parameter multiply modifier. More...
 
class  carputils.model.general.AbstractModelComponent
 Describes an abstract model component. More...
 
class  carputils.model.general.ParameterSet
 Describes a set of parameters that can be generated into a single string. More...
 
class  carputils.model.general.ParameterSetMixin
 A mixin to add a parameter set field to a model component class. More...
 
class  carputils.model.general.RegionMixin
 A mixin to add region fields to a model component class. More...
 
class  carputils.model.general.SingleIDRegionMixin
 A mixin to add fields for a single-ID region to a model component class. More...
 
class  carputils.model.general.ModelMixin
 More concrete version of the ParameterSetMixin for ep/mechanics models. More...
 
class  carputils.model.general.AbstractIonicModel
 
class  carputils.model.general.ExternalIonicModel
 Describes the passive ionic model configuration. More...
 
class  carputils.model.general.AbstractMechanicsMaterial
 
class  carputils.model.general.AbstractPlugin
 
class  carputils.model.general.NoPlugin
 Placeholder representing no plugin to be used. More...
 

Namespaces

 carputils.model.general
 

Functions

def carputils.model.general.ensure_set (obj, attributes)
 Check that the named attributes are not None on an object. More...
 
def carputils.model.general.optionlist (components)
 Generate a list of command line options from the specified components. More...
 
def carputils.model.general.convert_param_dict (params)
 convert parameter dict to comma separated string list More...