*STUDY_GET_INFO¶
Description: Retrieves Study Information
Syntax:
study_get_info(study_id,simulatiosn)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Study | remote_lookup | ||
2 | Simulations | dataset | If present, the information is restricted to these simulations |
ID | Name | Type | Remarks |
---|---|---|---|
1 | integer | ||
2 | dataset | ||
3 | dataset | ||
4 | dataset | ||
5 | dataset |
*STUDY_CREATE¶
Description: Creates a new Study
Syntax:
study_create(study_name,description,tags,responsetemplate_id)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Study Name | text | ||
2 | Description | textarea | ||
3 | Tags | textarea | ||
4 | Response Template | remote_lookup |
ID | Name | Type | Remarks |
---|---|---|---|
1 | scalar |
*STUDY_APPLY_RESULT_TEMPLATE¶
Description: Apply result template to a study
Syntax:
study_apply_result_template(study_id,responsetemplate_id,auto_save,alternate_study_name,extraction_type,include_design_parameters,simulations)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Choose Study | remote_lookup | ||
2 | Choose Template | remote_lookup | If empty, common responses in the study will be returned | |
3 | Save Extracted Responses | select | ||
4 | Alternate Study Name | text | ||
5 | Extraction Type | select | ||
6 | Include Design Parameters | select | ||
7 | Simulations | dataset | If this is set, only the simulations in this dataset will be processed |
ID | Name | Type | Remarks |
---|---|---|---|
1 | integer | ||
2 | dataset | ||
3 | dataset |
*STUDY_COMPUTE_CURVE_MATCH_WITH_PHYSICALTEST¶
Description: Computes curve match with physial test
Syntax:
study_compute_curve_match_with_physicaltest(study_id,physicaltest_id,response_name,new_response_name,match_type,xmin,xmax,ndig,normalize,auto_save)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | IOTS | remote_lookup | ID of the study | |
2 | IOTP | remote_lookup | ID of the Physicaltest | |
3 | Baseline Response Name | text | ||
4 | New Response Name | text | ||
5 | Match Type | list | ||
6 | XMIN | text | ||
7 | XMax | text | ||
8 | NODP | text | Number of Digitized Points | |
9 | text | |||
10 | text |
ID | Name | Type | Remarks |
---|---|---|---|
1 | integer | ||
2 | dataset | ||
3 | vector |
*STUDY_COMPILE_OPTIMIZATION_RESULTS_BY_TEMPLATE¶
Description: Compile Study Results by Template
Syntax:
study_compile_optimization_results_by_template(study_id,responsetemplate_id,objective,format)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | IOTS | remote_lookup | ID of the study | |
2 | Responsetemplate | remote_lookup | ||
3 | Objective | text | ||
4 | Format | select |
ID | Name | Type | Remarks |
---|---|---|---|
1 | integer | ||
2 | dataset | ||
3 | dataset |
*STUDY_EXPORT_RESULT_GEOMETRY¶
Description: Exports Study Simulations Geometry into a Dataset
Syntax:
study_export_result_geometry(study_id,primary_geometry_file,parts,post_bin,commands,components,simulations)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Study | remote_lookup | ||
2 | Choose Geometry File for Export | remote_lookup | This is the primary geometry file that will be used for the export. For LS-DYNA, it would be d3plot, etc | |
3 | Parts | textarea | Parts whose Geometry is to be stored. Multiple parts can be input as a CSV string | |
4 | Post-processor Binary Path | textarea | Optional Binary Path | |
5 | Commands | textarea | Optional commands to use. If empty, d3VIEW will prepare them based on the Geometry file | |
6 | Components to Export | select | ||
7 | Simulations | dataset | Restrict the export to these simulations |
ID | Name | Type | Remarks |
---|---|---|---|
1 | scalar | ||
2 | 3D Geometry Data | dataset | |
3 | Nodal Results | dataset | |
4 | Experiments | dataset | |
5 | Parameters | textarea |
*STUDY_COMPARE_WITH_PHYSICALTEST¶
Description: Compare simulations from study with given Test
Syntax:
study_compare_with_physicaltest(study_id,physicaltest_id,responsetemplate_id)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | IOTS | remote_lookup | ID of the study | |
2 | Physicaltest | remote_lookup | ||
3 | Responsetemplate | remote_lookup |
ID | Name | Type | Remarks |
---|---|---|---|
1 | scalar | ||
2 | dataset | ||
3 | dataset |