Analysis Configuration#
- class sgio.SGAnalysisConfig(analysis: int = 0, physics: int = 0, model: int = 0, geo_correct: bool = False, do_damping: int = 0, is_temp_nonuniform: int = 0, force_flag: int = 0, steer_flag: int = 0)#
Bases:
objectAnalysis configuration for a structure gene.
- analysis#
Analysis type.
- Type:
int
- physics#
Physics included in the analysis.
- Type:
int
- model#
Macroscopic structural model selector.
- Type:
int
- geo_correct#
Geometrically corrected shell model flag.
- Type:
bool
- do_damping#
Damping computation flag.
- Type:
int
- is_temp_nonuniform#
Non-uniform temperature flag.
- Type:
int
- force_flag#
Force flag for SwiftComp inputs.
- Type:
int
- steer_flag#
Steer flag for SwiftComp inputs.
- Type:
int