What is the cause of the floating point error message during Fluent simulation and how can it be addressed?
Tagged: 16, fluent, fluid-dynamics, General, General - FLUENT
-
-
January 25, 2023 at 7:16 amFAQParticipant
The issue of ‘Floating Point’ error can be related to either the hardware on which the simulation is being run or the model settings of the case in Fluent. Hardware Related Hardware based reasons for this error are as follows: 1) The CPU or OS is 32-bit only. The maximum address space of a 32-bit machine is 4GB (2^32-1), out of which space has to be reserved for the Operating System (OS) related processes, leaving a usable memory of close to 3 GB or less. The floating point error may be due to this memory limitation if your computation requires more than the available memory. The solution would be to go for parallel computing using a multi-processor machine orm upgrading to a 64-bit system. 2) The memory required for a simulation depends on the mesh size, solver settings, physical models, etc. Generally 1GB RAM is sufficient for 1 million cell case with a basic pressure-based solver in single precision mode with no additional models turned on. But with double-precision mode (which is recommended for computational accuracy) and addition of other models (turbulence, species/reactions, multiphase etc.), the memory requirements increase due to the additional variables that need to be stored at any iteration. So, depending on the available RAM it is possible that the limit of available memory is being surpassed for the computation. This can be addressed by increasing the available memory (upgrading to a higher memory machine) or using a multi-processor system. Software Related On the software side, floating point error usually indicates a mathematical operation where a variable is divided by zero leading to an undefined value. This might happen due to several reasons mentioned below: 1) Mostly floating point error issue is related to the wrong solver settings, boundary conditions, and initialization set-up. Please ensure that the different numerical and physical parameters are set correctly before starting the simulation. 2) If there are any UDFs used for boundary conditions please make sure that the values of all variables fall within a physical range and that the UDF is hooked at the correct boundary. 3) Before starting the simulation please check the Reference values set in Report > Reference Values panel to ensure they are cvorrectly set for the problem. 4) Please check the mesh quality to ensure that there are no invalid, highly skewed (orthogonal quality < 0.02)cells.
-
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?
- How to create and execute a FLUENT journal file?
- What are the requirements for an axisymmetric analysis?
- How can I Export and import boxes / Systems from one Workbench Project to another?
- How can I select interior faces and other entities that are inside the model?
- What is a .wbpz file and how can I use it?
- Skewness in ANSYS Meshing
- Left-handed faces troubleshooting
- Error: Update failed for the Mesh component in Fluid Flow (Fluent). Error updating cell Mesh in system Fluid Flow (Fluent). View the messages in the Meshing editor for more details.
- Running Python Script from Workbench
© 2024 Copyright ANSYS, Inc. All rights reserved.