carputils
Doxygen code documentation for the python framework controlling openCARP
Static Public Attributes | List of all members
carputils.model.general.AbstractMechanicsMaterial Class Reference
Inheritance diagram for carputils.model.general.AbstractMechanicsMaterial:
carputils.model.general.ModelMixin carputils.model.general.RegionMixin carputils.model.general.AbstractModelComponent carputils.model.general.ParameterSetMixin

Static Public Attributes

string PRM_ARRAY = 'mregion'
 
string PRM_LENGTH = 'num_mregions'
 
string MODELFIELD = 'type'
 
string PARAMSET_FIELD = 'params'
 
- Static Public Attributes inherited from carputils.model.general.ModelMixin
 MODELFIELD = None
 
 MODELID = None
 
 SHORTNAME = None
 
- Static Public Attributes inherited from carputils.model.general.ParameterSetMixin
 PARAMETERS = None
 
 PARAMSET_FIELD = None
 
- Static Public Attributes inherited from carputils.model.general.AbstractModelComponent
 PRM_ARRAY = None
 
 PRM_LENGTH = None
 
list FIELDS = []
 

Additional Inherited Members

- Public Member Functions inherited from carputils.model.general.ModelMixin
def __init__ (self, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
def slug (self)
 Generate a descriptive short name. More...
 
- Public Member Functions inherited from carputils.model.general.ParameterSetMixin
def __init__ (self, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
- Public Member Functions inherited from carputils.model.general.RegionMixin
def __init__ (self, IDs=[], name=None, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
- Public Member Functions inherited from carputils.model.general.AbstractModelComponent
def __init__ (self, fields)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
def opts_formatted (self, index)
 Return the command line options for this model component. More...
 

Member Data Documentation

◆ MODELFIELD

string carputils.model.general.AbstractMechanicsMaterial.MODELFIELD = 'type'
static

◆ PARAMSET_FIELD

string carputils.model.general.AbstractMechanicsMaterial.PARAMSET_FIELD = 'params'
static

◆ PRM_ARRAY

string carputils.model.general.AbstractMechanicsMaterial.PRM_ARRAY = 'mregion'
static

◆ PRM_LENGTH

string carputils.model.general.AbstractMechanicsMaterial.PRM_LENGTH = 'num_mregions'
static

The documentation for this class was generated from the following file: