Material

class pyccx.material.Material(name)

Bases: ModelObject

Base class for all material model definitions

Attributes Summary

MATERIALMODEL

materialModel

name

Methods Summary

isValid()

Abstract method: re-implement in material models to check parameters are correct by the user

setName(matName)

toNumpy(val)

writeInput()

Attributes Documentation

MATERIALMODEL = 'INVALID'
materialModel
name

Methods Documentation

abstractmethod isValid()

Abstract method: re-implement in material models to check parameters are correct by the user

Return type:

bool

setName(matName)
Return type:

None

static toNumpy(val)
abstractmethod writeInput()