ProductsAbaqus/StandardAbaqus/Explicit Command summaryabaqus
fmucsedirectorCSE
director
hosts:port-number
fmufmu-file-name
instanceco-simulation-instance-name
interactive
timeouttimeout
value in
seconds
Command line options
ExamplesThe following example illustrates using the FMU execution procedure in a co-simulation involving Abaqus/Standard and an FMU. This example considers the FMU to be interacting with the Abaqus/Standard job; Abaqus/Standard provides an interface to FMUs. Running the Co-Simulation directorUse the following command for the co-simulation director running on machine "mercury" to operate according to the co-simulation configuration defined in the file cosim_config.xml and to receive communication via port 44444: abaqus cse job=cosim listenerport=44444 configure=cosim_config.xml Based on the contents of the file cosim_config.xml, the director will await connections from Abaqus/Standard and an FMU. Running the first FMU-based simulationUse the following command for the FMI analysis, which will connect to the CSE director on machine "mercury" via port 44444: abaqus fmu fmu=controller.fmu instance=controller1 csedirector=mercury:44444 Running the second FMU-based simulationUse the following command for the FMI analysis, which will connect to the CSE director on machine "mercury" via port 44444: abaqus fmu fmu=controller.fmu instance=controller2 csedirector=mercury:44444 Running the Abaqus/Standard simulationUse the following command for the Abaqus/Standard analysis, which will connect to the CSE director on machine "mercury" via port 44444: abaqus job=standard csedirector=mercury:44444 |