ExportLSDynaKeywordFileParams#
- class ansys.meshing.prime.ExportLSDynaKeywordFileParams(model=None, material_properties=None, database_keywords=None, output_format=None, analysis_type=None, compute_spotweld_thickness=None, json_data=None, **kwargs)#
Parameters to control LS-DYNA keyword file export settings.
- Parameters:
- model: Model
Model to create a
ExportLSDynaKeywordFileParams
object with default parameters.- material_properties: str, optional
Materials in LS-DYNA format to be added to the file.
This is a beta parameter. The behavior and name may change in the future.
- database_keywords: str, optional
Database keywords in LS-DYNA format to be added to the file.
This is a beta parameter. The behavior and name may change in the future.
- output_format: LSDynaFileFormatType, optional
Output file format used to write LS-DYNA file.
This is a beta parameter. The behavior and name may change in the future.
- analysis_type: LSDynaAnalysisType, optional
Option to specify LS-DYNA analysis type.
This is a beta parameter. The behavior and name may change in the future.
- compute_spotweld_thickness: bool, optional
Option to compute spot weld thickness using shell thickness when set to true. Else, use search radius as thickness.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
ExportLSDynaKeywordFileParams
object with provided parameters.
Examples
>>> export_lsdyna_keyword_file_params = prime.ExportLSDynaKeywordFileParams(model = model)
Methods
Print the default values of
ExportLSDynaKeywordFileParams
object.Set the default values of the
ExportLSDynaKeywordFileParams
object.Attributes
Option to specify LS-DYNA analysis type.
Option to compute spot weld thickness using shell thickness when set to true.
Database keywords in LS-DYNA format to be added to the file.
Materials in LS-DYNA format to be added to the file.
Output file format used to write LS-DYNA file.