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-47:
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
See
SegregatedStep
for more information about these properties.