Modifying the Abaqus Input File and Running the Abaqus Job

Use the solution data from the fluid solution to define a thermal load in the Abaqus model.

Add a command in the Abaqus input file:

  1. Open the exhaust.inp file in a script editor of your choice.
  2. Scroll down to the section that begins with the following:
    **
    ** STEP: Step-1
    **

    This section of the file, up to *End Step, contains the history data for the Abaqus job, including solver parameters, boundary conditions, loads, and outputs.

  3. To cause Abaqus to read in the heat transfer coefficients from the mappedHTC.inp file, add the following lines that are shown in bold text:
    *Output, field, variable=PRESELECT
    *Output, history, frequency=0
    *Include, input=mappedHTC.inp
    *End Step
  4. Save the file under the name exhaust-mod.inp and exit the script editor.
  5. In a shell/command prompt, run the Abaqus job using the modified input file by typing the following command:
    > abaqus interactive job=exhaust-mod
    where abaqus is the command you use to launch Abaqus.
    The set of files created after running this job are named exhaust-mod.*