Fall 2009, MET 425 - FEA Applications II

Prof. Dave Johnson, dhj1@psu.edu, Penn State Erie, The Behrend College

Homework Assignment: Transient Heat Transfer with Radiation


Problem:

A thin-walled ceramic part is placed inside a hot vacuum furnace for a short period of time to heat up.

This model is provided to you as a ParaSolid Text File   Use a Right-click on this link, then "Save Target As...", then "Save as type: All Files", and use a file name like: "Hollow-Part-in-Furnace.x_t" 

Check the model scale after you import the geometry to ANSYS - make sure the furnace is ~0.9 m in length.

The part is initially at 22 oC.  The furnace walls are hot - 1600 oC, constant.  The environment around the furnace is 25 oC.  The part is to reside in the furnace for 30 seconds.


To do:

Find the final temperature distribution in the ceramic part.


Turn in:


In ANSYS Workbench 12.0:

Create a Thermal Transient Object in the Project Schematic
Define the thermal material properties (Edit the Engineering Data)
Link the given geometry file.
Open Simulation (Edit the Model)
Assign the material properties to each body
Create "Named Selections" to (later) specify the radiation surfaces in the model
For the Transient Thermal analysis: define the initial temperature, the final time for the solution step, the initial, min, and max time step.
Define the furnace wall temperature condition (1600 C)

The only way to activate the radiosity solver for radiation is using a command object in the Thermal Analysis branch of the Tree Outline.  You first set up "Named Selections" to identify the radiation surfaces, then in the command object, you define the radiation surface conditions (SF command) and all the radiosity solver settings.  When Workbench solves the model, the radiosity solver will be used - check the "Solution Information" object to confirm.

The image above shows the "Named Selections" to identify radiation faces in the commands below:
(This is an analysis Command Object)

SF,Inside_Walls,RDSF,0.75,1
SF,Part_Faces,RDSF,0.90,1
STEF,5.67E-8     ! W/m^2 K^4
TOFFST,273       ! offset for absolute temperature
RADOPT,.1,1e-4,1,1000,.1,.1 ! Specify option for radiosity solver
SPCTEMP,1,25     ! Space TEMP (outside furnace)
HEMIOPT,10       ! Specify resolution for view factor

Add a Command Object to show/check radiation surfaces:
(This is a Solution Command Object)

/SHOW,PNG ! send plots to PNG file
/GFILE,350 ! plot file resolution
/RGB,INDEX,100,100,100,0 ! switch the
/RGB,INDEX,0,0,0,15 ! B/W colors
/PLOPT,INFO,1
/PSF,RDSF,,1
/VIEW,1,10,1,1 ! set the viewing direction
NPLOT 

Also, below "Solution" add:


ANSYS Process steps: