I get an error in 2023R2 when trying to access temperatures in a thermal analysis:
t2o = dpf.operators.result.temperature()
t2o.inputs.data_sources.Connect(dataSource)
t2o.outputs.fields_container.GetData()
TEMP:10<-mapdl::rth::TEMP:11<-failed to read nodal results from the rst file
Using the same commands and same RTH file in 2024R1 works fine. Is this a known issue? Is there a workaround?