DynaSALE
#
- class ansys.dyna.core.pre.dynasale.DynaSALE#
Bases:
ansys.dyna.core.pre.dynabase.DynaBase
Sets up the S-ALE simulation process.
Overview#
Set the time for ending the simulation. |
|
Request binary output. |
|
Set the analysis type. |
|
Obtain output files containing the results. |
|
Save keyword files. |
Import detail#
from ansys.dyna.core.pre.dynasale import DynaSALE
Method detail#
- DynaSALE.set_termination(endtime)#
Set the time for ending the simulation.
- DynaSALE.set_output_interval(database_plot_interval)#
Request binary output.
- DynaSALE.set_analysis_type(num_of_cycle=1, method=AdvectionMethod.DONOR_CELL_WITH_HALF_INDEX_SHIFT, background_pressure=0)#
Set the analysis type.
- Parameters:
- Returns:
- bool
True
when successful,False
when failed.
- DynaSALE.set_output_database(matsum=0, glstat=0)#
Obtain output files containing the results.