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
import ansys.fluent.core as pyfluent from ansys.fluent.visualization import Graphics, set_config set_config(set_view_on_display="xy") solver = pyfluent.launch_fluent(dimension=2) solver.file.read_case_data(file_name="gascomb1.cas.h5") # Extract the attached zip for case/data vector1 = Graphics(solver).Vectors["Velocity"] vector1.field = "velocity-magnitude" vector1.surfaces_list = vector1.surfaces_list.allowed_values vector1.scale = 0.1 vector1.display("window-1")
gascomb1.cas.zip
The text was updated successfully, but these errors were encountered:
prmukherj
No branches or pull requests
gascomb1.cas.zip
The text was updated successfully, but these errors were encountered: