Skip to content

How to obtain the temperature of specified points in the steady-state simulation results of aedt-icepak #4355

Closed Answered by YLSHA
YLSHA asked this question in Q&A
Discussion options

You must be logged in to vote

I found the solution and the problem seems to have been resolved, except for a very small number of points where the output temperature is 'NAN' (Could anyone tell me why? Is this related to mesh?). The solution for cube object is as follows

ipk.post.export_field_file_on_grid(
    quantity_name='Temperature',
    gridtype='Cartesian',
    grid_start=[0, 0, 0],                   #start point
    grid_stop=[1., 1., 0.5],               #stop point
    grid_step=[0.05, 0.05, 0.05],     #step for x/y/z coordinate
    )

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@YLSHA
Comment options

Answer selected by YLSHA
@Samuelopez-ansys
Comment options

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