|
[Sponsors] |
[ANSYS Meshing] Model Information is incompatible with incoming mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 11, 2015, 10:09 |
Model Information is incompatible with incoming mesh
|
#1 |
New Member
abtin hesami
Join Date: Oct 2015
Posts: 4
Rep Power: 11 |
Dear all,
I faced to this msg in setup, but i can not find the following steps, which described below. ( ansys 16), can any one help me. Found some missing and new zones in the mesh. To make mesh compatible with settings, please visit "Match Zone Names" panel (Mesh->Recorded Mesh Operations->Edit Incoming Zones... -> Match Zone Names...). Thank you in advance |
|
May 29, 2016, 15:23 |
|
#2 |
New Member
Helio Jose Alipio Junior
Join Date: Mar 2016
Posts: 6
Rep Power: 10 |
i am facing the same problem
|
|
March 12, 2019, 04:24 |
Model Information is incompatible with incoming mesh
|
#3 |
New Member
Join Date: Mar 2019
Posts: 1
Rep Power: 0 |
It occur because the meshing cannot detect the face at the setup option, hence i suggest to match the missing surface for the same name item.
|
|
November 11, 2020, 23:19 |
|
#4 |
New Member
John Khoo
Join Date: Nov 2012
Location: Malaysia
Posts: 4
Rep Power: 14 |
If I may add my own observations, this error message usually occurs when one has linked an existing geometry and mesh to a Fluent case initially, but changes something in the geometry/mesh later on, hence requiring the link between the Fluent case file and the mesh to be updated.
For my case, I'm performing a parametric study in Workbench, and for simplicity & reduced skewness in tetrahedral meshing, I have set No Shared Topology for some bodies, leading to Contact Regions generated in Ansys Meshing. When running the parametric analysis, an upstream change in geometry will eventually lead to a change in the auto-generated "wall" surfaces that represent the Contact Regions between the discrete bodies. These wall surfaces can usually be identified with some obscure naming that you didn't create: wall-32 wall-25 etc. You'll know it's not a real wall surface when you attempt to Display the selected mesh in Fluent and you get the following error message: "Note: zone-surface: cannot create surface from sliding interface zone. Creating empty surface." In addition to that, Ansys Meshing would rename your Contact Regions to have the string "contact_region" in it every time a geometry parameter is changed and the cells are refreshed. So yes, 1. You can attempt to match the zone names through the main menu toolbar "File>Recorded Mesh Operations" function. 2. For myself, as I can't afford to manually match zone names every time my geometry is modified, I learnt how to use Workbench Scripting to a. Reset the Setup cell from Workbench's Project Schematic b. Run a Fluent TUI-based Journal file that loads in all my case settings It was a little difficult to find some of these handy commands and format to interface the Workbench Script with the Fluent TUI Journal, I found it in AnsysHelp (Ansys AIM and Workbench Scripting Guide --> Data Containers --> Fluent --> Fluent Setup --> Send Command section). Here is a copy of my code for your reference: Code:
# encoding: utf-8 # Release 19.2 SetScriptVersion(Version="19.2.120") system1 = GetSystem(Name="FFF 2") setupComponent1 = system1.GetComponent(Name="Setup") setupComponent1.Refresh() setup1 = system1.GetContainer(ComponentName="Setup") fluentLauncherSettings1 = setup1.GetFluentLauncherSettings() fluentLauncherSettings1.SetEntityProperties(Properties=Set(DisplayText="Fluent Launcher Settings", Precision="Double", EnvPath={}, RunParallel=True, NumberOfProcessors=22)) setup1.Edit() setup1.SendCommand(Command="/file/read-journal \"W:\folder1\folder2\workbenchfilename_files\dp0\FFF-2\Fluent\journalname.jou\" " ) Another discovery is that you can actually run Fluent TUI commands from Workbench Scripts. As an example: Code:
setup1.SendCommand(Command="/define/operating-conditions/gravity y 0 -9.81 0") setup1.SendCommand(Command="/define/models/viscous kw-sst y") Cheers John |
|
March 13, 2021, 19:33 |
|
#5 | |
New Member
Henry Coldrain
Join Date: Jan 2021
Posts: 8
Rep Power: 5 |
Quote:
It worked for me when I linked mesh to a stand alone Fluent, instead of using same Fluent I linked before |
||
December 3, 2021, 09:38 |
After the geometry is imported into icem, it is severely deformed
|
#6 |
New Member
wang yijia
Join Date: Dec 2021
Posts: 1
Rep Power: 0 |
After I imported the geometry into icem, serious deformation occurred in the place with a small size, and the end face was severely deformed, which made it impossible to create part.
The overall size is mm, where the deformed end face is 0.1mm, the end face of 0.1mm is very narrow. But there is no problem with drawing the grid, and there is no problem with the line display, that is, the surface is greatly deformed when it is displayed. |
|
March 4, 2022, 18:51 |
|
#7 |
New Member
Mizan
Join Date: Mar 2020
Posts: 1
Rep Power: 0 |
This thing usually occurs when you go back to design modeler/mesh to edit something like, changing name selection or any silly things.
Solution: RESET the Fluent and UPDATE it again. you will no longer see that error message. |
|
May 9, 2023, 14:39 |
|
#8 |
New Member
NIMBONA Fabrice
Join Date: Mar 2023
Posts: 1
Rep Power: 0 |
Mesh->Recorded Mesh Operations->Edit Incoming Zones... -> Match Zone Names...) .
Sur ANSYS 2022R1 Merci d'avance |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] No layers in a small gap | bobburnquist | OpenFOAM Meshing & Mesh Conversion | 6 | August 26, 2015 10:38 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Ansys workbench GDO model information is incompatible with incoming mesh | shuweixin | ANSYS | 0 | August 9, 2013 20:05 |
k-e model and mesh sensitivity | raj calay | Main CFD Forum | 13 | July 28, 1999 16:48 |