ProductsAbaqus/StandardAbaqus/Explicit Command Summary
abaqus cse
job
cosim-job-name
configure
configuration file-name
listenerport
listener port-number
datacheck
interactive
license_type
{
token
credit
}
Command Line Options
ExamplesThe following example illustrates the different functions and capabilities of the co-simulation director execution procedure when you are required to submit the co-simulation analyses separately. Running an Abaqus/Standard to Abaqus/Explicit Co-SimulationUse the following command for the first Abaqus analysis, running on machine “earth,” to connect to the co-simulation director, running on machine “mercury” and listening on port 44444: abaqus job=explicit csedirector=mercury:44444 Use the following command for the second Abaqus analysis, running on machine “venus,” to connect to the co-simulation director, running on machine “mercury” and listening on port 44444: abaqus job=standard csedirector=mercury:44444 Use the following command for the co-simulation director, running on machine “mercury,” to operate according to the co-simulation configuration defined in the file explicit_standard_config.xml and to receive communication through port 44444: abaqus cse job=cosim listenerport=44444 configure=explicit_standard_config.xml |