StudyStep
Specify which problem to use for subsequent solver operations.
Syntax
model.sol(sname).create(fname,"StudyStep")
model.sol(sname).feature(fname).set(pname,pvalue)
Description
Utility feature. This feature determines which problem to use for subsequent solver operations and appears as
Compile Equations
in the COMSOL Desktop. It contains a reference to a study and a reference to a study step within that study. When run, the corresponding low-level equation representation is compiled.
Table 6-73:
Valid Configuration Properties.
Property
Value
Default
Description
entsel
List of tags of named selections
{}
Selections whose geometric entities should be used. Used if
useent
is set to
selected
.
keeplog
boolean
false
Keep warnings in stored log.
linsmallelem
physicscontrolled
|
usercontrolled
|
false
physicscontrolled
Linearize small mesh elements: physics controlled, user controlled, of off.
linsmallelemexpr
double
Maximum size of mesh elements for linearization, when
linsmallelem
is set to
usercontrolled
. Specified using
setEntry
for each geometry in the model.
partmethod
parent
|
mo
|
nd
|
wnd
|
false
parent
Partitioning method for distributed computing: from parent, mesh ordering, nested dissection, weighted nested dissection, or off.
study
String
Name of study to use.
studystep
String
Name of study step to use.
splitcomplex
boolean
false
Represent complex variables by separate degrees of freedom for real and imaginary parts.
useent
all
|
selected
all
Use all geometric entities or selected entities.