Tagged: 12, cfd-post, fluid-dynamics, General, post-processing, rotating-machinery
-
-
March 17, 2023 at 8:58 am
FAQ
ParticipantThe list of domains and the names of single domains can be extracted automatically in batch session files in CFD-Post, using the following commands: CFD-Post 12: ========== ! my $current_case_list = getValue(“DATA READER”, “Current Case List”); ! my @current_case_list = split /s*,s*/, $current_case_list; ! print “Current Cases: $current_case_listn”; ! my $current_case_name = getValue(“DATA READER”, “Active Case Name”); ! my $doms = getChildren(“$current_case_name”,”DOMAIN”); ! $doms =~ s/DOMAIN://g; ! @row_names = sort @row_names; ! my $row_no = 0; ! my @row_names = split(/,/, $doms ); ! print “Domains in current Case: $domsn”; ! print “@row_names: @row_namesn”; ! print “$row_names[1]n”; CFX-Post 11: ========= In CFX-Post 11, the method for extracting domain lists and names is different than in CFD-Post 12, as CFX-Post 11 handles multiple cases loaded to Post differently ! $doms = getChildren(“”, “DOMAIN”); ! $doms =~ s/DOMAIN://g; ! @row_names = split(/,/, $doms ); $row_no = 0; ! @row_names = sort @row_names; ! print “Domains: $domsn”; ! print “@row_names: @row_namesn”;
-

Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...

How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...

Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...

Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- How to overcome the model information incompatible with incoming mesh error?
- What are the requirements for an axisymmetric analysis?
- Skewness in ANSYS Meshing
- How to create and execute a FLUENT journal file?
- Is there a way to get the volume of a register using expression ?
- What is a .wbpz file and how can I use it?
- What are pressure-based solver vs. density-based solver in FLUENT?
- How can I Export and import boxes / Systems from one Workbench Project to another?
- Ansys Fluent GPU Solver FAQs
- How to get information about mesh cell count and cell types in Fluent?
© 2025 Copyright ANSYS, Inc. All rights reserved.