Skip to content

Assigning radiation model using pyAEDT in Icepak #4862

Closed Answered by ansys-satyajeet
Somayaji1995 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You can assign Discrete Ordinate Radiation model using the lines below

setup = ipk.create_setup("sim1")
setup.props["Radiation Model"] = "Discrete Ordinates Model"
setup.props["Flow Iteration Per Radiation Iteration"] = "10"
setup.props["ThetaDivision"] = 2
setup.props["PhiDivision"] = 2
setup.props["ThetaPixels"] = 2
setup.props["PhiPixels"] = 2
setup.update()

In the code snippet above, you will also find the keys for other settings such as resolution for DO model and flow iteration per radiation iteration.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ansys-satyajeet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants