Process control parameters
- @PROCESS_CONTROL_DEFINITION {
- @UNIT_SYSTEM {UnitSystem}
- @MANUAL_PATH {ManualPath}
- @FIGURES_PATH {FiguresPath}
- @DEBUG_PRINT_SCOPE {Scope1, Scope2, ..., Scope6}
- @DESIGN_PARAMETERS_DEFINITION {
- @SENSITIVITY_DERIVATIVE_TYPE {SenType}
- @DESIGN_PARAMETER {
- @PARAMETER_NAME {DesParName}
- @PARAMETER_VALUE {DesParValue}
- @SENSITIVITY_DERIVATIVE {YES}
- }
- @DESIGN_PARAMETER {
- ...
- }
- }
- }
NOTES
-
The UnitSystem flag is used to determine the system of units to be used in the analysis.
-
The @DEBUG_PRINT_SCOPE keyword controls the printing of debug information to the output files. Up to six scopes can be defined: for instance, Scope1 = Bld turns on the printing of debugging information for the beam element.
-
The ManualPath string defines the complete path leading to this user's manual.
-
The FiguresPath string defines the complete path leading to the directory where all the figures created by the analysis will be stored.
Design parameters
The design parameters to be used in the model are defined here. Design parameters are used for two reasons:
-
They enable the parametric definition of the input quantities of the model. Functions of the design parameters, defined by a specific syntax, can appear anywhere in the input file.
-
Sensitivity derivatives with respect to those design parameters will be evaluated during the simulation.
-
If keyword @SENSITIVITY_DERIVATIVE_TYPE appears, sensitivity derivatives with respect to the design parameters will be evaluated during the simulation. This parameter can take the following values.
-
If SenType = COMPLEX, sensitivity derivatives will be evaluated using the complex variable method.
-
If SenType = ADJOINT, sensitivity derivatives will be evaluated using the adjoint method.
-
Each section introduced by keyword @DESIGN_PARAMETER_NAME defines a new design parameter for which the following attributes can be specified.
-
DesParName defines the name of the design parameter.
-
DesParValue defines the value of the design parameter.
-
If keyword @SENSITIVITY_DERIVATIVE = YES, the sensitivity derivative with respect to this parameter will be evaluated. (Default value: NO)