In this example heat flux values are stored in the output database from a time-harmonic eddy current analysis. These values, after conversion to point heat fluxes, are read into a subsequent analysis as a concentrated flux.
The following template shows the input for the time-harmonic eddy current analysis electromagnetic.inp:
HEADING
…
ELEMENT, TYPE=EMC3D8
(Choose the electromagnetic element type)
…
STEP
ELECTROMAGNETIC, LOW FREQUENCY, TIME HARMONIC
…
Apply loads and boundary conditions
…
** Write element Joule heat dissipation results to the output
** database file, electromagnetic.odb
OUTPUT, FIELD
ELEMENT OUTPUT, ELSET=CONDUCTOR
EMJH
END STEP
The following template shows the input for the heat transfer analysis, heattransfer.inp, which refers to an output database, pointflux.odb, created using the abaqus emloads utility, and which has mapped quantities from the results of the time-harmonic eddy current analysis, stored in electromagnetic.odb:
HEADING
…
ELEMENT, TYPE=DC3D8
(Choose the heat transfer continuum element type)
…
STEP
HEAT TRANSFER, STEADY STATE
…
Apply heat transfer loads and boundary conditions
…
CFLUX, FILE=pointflux.odb
Read in all nodal heat flux values from the output database and apply as concentrated nodal fluxes
…
END STEP