LumpedStep
Handle a lumped solution step, which can be added as a subfeature to a Segregated feature.
Syntax
model.sol(sname).feature(solv).feature(segregated).create(fname,"LumpedStep")
model.sol(sname).feature(solv).feature(segregated).feature(fname).set(pname,value)
Description
This feature controls one lumped solution step.
Table 6-48:
Valid Lumped Step Properties.
Property
Value
Default
Description
segcomp
vector of strings
Field/State components in step if
segvarspec
=
manual
segvar
vector of strings
Fields/States in step
segvarspec
all
|
manual
all
Include all components or specify which manually
submatrixformat
auto
|
sparse
|
filled
|
free
auto
Matrix format: automatic, sparse, filled, or free.
See
SegregatedStep
for more information about these properties.