|
__init__(self,
domain,
stress=None,
v=None,
p=None,
t=0,
verbose=True)
Initializes the rheology |
|
|
bool
|
|
Data of rank 2
|
|
Data of rank 2
|
|
Domain
|
|
float
|
|
Data
|
getForce(self)
Returns the external force |
|
|
scalar Data
|
getGammaDot(self)
Returns current second invariant of deviatoric strain |
|
|
scalar Data
|
|
Data of rank 2
|
|
Data
|
|
scalar Data
|
getTau(self)
Returns current second invariant of deviatoric stress |
|
|
float
|
getTime(self)
Returns current time. |
|
|
positive float
|
getTolerance(self)
Returns the set tolerance for terminate the iteration on a time step. |
|
|
vector Data
|
|
tuple of Datas
|
getVelocityConstraint(self)
Returns the constraint for the velocity as a pair of the mask of the
location of the constraint and the values. |
|
|
|
|
|
|
|
setExternals(self,
F=None,
f=None,
fixed_v_mask=None,
v_boundary=None)
sets external forces and velocity constraints |
|
|
|
setFlowTolerance(self,
tol=0.0001)
Sets the relative tolerance for the flow solver |
|
|
|
|
|
setTime(self,
t=0.0)
Updates current time. |
|
|
|
setTolerance(self,
tol=0.0001)
Sets the tolerance used to terminate the iteration on a time step. |
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|