We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code leads to segmentation fault when executed over a UDM
fluid_temp_array = solution_variable_data.create_empty_array("SV_UDM_I", "distributor--inlet", "mixture") fluid_temp_array[:] = 600 zone_names_to_solution_variable_data = {"distributor--inlet":fluid_temp_array} solution_variable_data.set_data(solution_variable_name="SV_UDM_I", zone_names_to_solution_variable_data={"distributor--inlet":fluid_temp_array}, domain_name="mixture")
run above code in any given case file. I can provide specific case file if necessary
Windows
No response
3.10
NA
The text was updated successfully, but these errors were encountered:
mkundu1
Successfully merging a pull request may close this issue.
🔍 Before submitting the issue
🐞 Description of the bug
The following code leads to segmentation fault when executed over a UDM
fluid_temp_array = solution_variable_data.create_empty_array("SV_UDM_I", "distributor--inlet", "mixture")
fluid_temp_array[:] = 600
zone_names_to_solution_variable_data = {"distributor--inlet":fluid_temp_array}
solution_variable_data.set_data(solution_variable_name="SV_UDM_I", zone_names_to_solution_variable_data={"distributor--inlet":fluid_temp_array}, domain_name="mixture")
📝 Steps to reproduce
run above code in any given case file. I can provide specific case file if necessary
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
No response
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: