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:
- Open the exhaust.inp file in a script editor of your choice.
-
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.
-
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
- Save the file under the name exhaust-mod.inp and exit the script editor.
-
In a shell/command prompt, run the Abaqus job using the modified input file by typing the following command:
where abaqus is the command you use to launch Abaqus.> abaqus interactive job=exhaust-mod
The set of files created after running this job are named exhaust-mod.*