You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a cell register and trying to patch a solution variable value to this cell register.Through settings API, it always goes wrong with :(volume-fraction is_not_in (mp)) , i dont know how to correct and set it.
🔍 Before submitting the issue
🐞 Description of the bug
I am creating a cell register and trying to patch a solution variable value to this cell register.Through settings API, it always goes wrong with :(volume-fraction is_not_in (mp)) , i dont know how to correct and set it.
📝 Steps to reproduce
import ansys.fluent.core as pyfluent
import_filename = r"F:\AQWA+fluent\24\tank-6-0.5-2.cas.h5"
solver = pyfluent.launch_fluent(product_version = '24.2.0' , version="3d",precision="double",
processor_count=8,show_gui=True, mode="solver")
print(solver.get_fluent_version())
solver.file.read(file_type="case", file_name=import_filename)
solver.tui.mesh.check()
solver.solution.initialization.standard_initialize()
solver.solution.initialization.patch.calculate_patch(
domain="co2",
cell_zones=[] ,
registers=["region_co2"],
variable = "volume-fraction",
reference_frame="Relative to Cell Zone",
)
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024r2
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: