ANSYS Workbench and MESH200 Elements: EMODIF

In summary, the conversation discusses the use of Workbench and Classic APDL for analysis, with the mention of SpaceClaim for geometry preparation. It is noted that Workbench's meshing capabilities are highly efficient but may not provide as much control over the mesh as Classic APDL. The use of the EMODIF command in Classic APDL to change element types is mentioned as a workaround for this issue. The conversation ends with a mention of the latest version of Workbench and the benefits it may have on the workflow.
  • #1
CFDFEAGURU
783
10
Hello all,

I have been doing a number of analysis that require the use of Workbench and Spaclaim and Classic (APDL).

SpaceClaim is used to bring in the geometry and defeature it and to create the proper components with elimination of contacts thru the use of the Share Topology feature. This is a huge time saver and eliminates the use of the clunky old (not updated for over 20+ years) classic APDL geometry editor and the defeaturing tools are excellent and very easy to use.

Workbench is used to set the material properties and create the mesh. Meshing in Workbench on complex geometries is highly efficient. However, the amount of control over the mesh in Workbench isn't as great as it is in Classic. I prefer to used older elements, some of which are classified as Legacy, and Workbench isn't going to select a SOLID45 for a Static Structural mesh. So what does one do? EMODIF is the answer.

To get from Workbench to Classic APDL you can:

1. Insert a Command snippet that issues a simple SAVE,FILENAME,DB and then browse to the correct folder located inside of the Workbench file structure

2. Create an ANSYS component in the Workbench Project page and go over to Classic APDL using the "EDIT IN ..." command by right clicking in the proper place.

Now once in Classic APDL all the model consists of is nodes and elements. The elements are all null type MESH200. A solution cannot be run on these elements as they are just place holders.

First, create the element types that are needed for the solution. For example, SOLID45 for a stress solution. Now, SOLID45 elements have midside nodes that are not wanted and if they haven't been dropped (this is done over in Workbench before bringing the mesh into Classic APDL) the MESH200 elements will consists of 10 nodes instead of the desired 8 nodes. (As a general note: never use midside nodes.)

!Create the element types
ET,10,45

This states that element type number 10 is SOILD45 (The 10 is arbitrary)

!Select all the element types that make up the component
ESEL,S,TYPE,1,2,1

This states the element types 1 and 2 are to be selected and these numbers would have to be tailored to your model. To get a listing of all of the types issue the ETLIST command.

Once selected, issue the EMODIF command

EMODIF,ALL,TYPE,10

And now the component consists of SOLID45 elements. If a warning is displayed about shape checking that means the nodes do no match up and the MESH200 elements have different number of nodes then the elements that are trying to change them to. Correct this until no warning message is displayed.

EMODIF will work for a number of different items. For example, material properties can be applied to elements in the same manner. Select the desired elements and issue EMODIF,ALL,MAT,1 (again the 1 is arbitrary).
 
Engineering news on Phys.org
  • #2


Hello,

Thank you for sharing your experience with using Workbench and Classic APDL for your analysis. It seems like you have found a good workflow for utilizing the strengths of both programs. I agree that SpaceClaim is a great tool for geometry preparation and that Workbench's meshing capabilities are efficient.

I also understand your frustration with the lack of control over the mesh in Workbench, especially when it comes to using older element types. It's great that you have found a workaround using the EMODIF command to change the element type in Classic APDL.

I would also like to mention that ANSYS has recently released a new version of Workbench (2021 R1) that includes some updates to the meshing capabilities, including the ability to use legacy elements. So, you may want to consider upgrading to the latest version to see if it can improve your workflow even further.

Thank you for sharing your insights and tips with the community. It's always helpful to hear from fellow scientists and engineers about their experiences with ANSYS software. Keep up the great work!

 

1. What is ANSYS Workbench and MESH200 Elements?

ANSYS Workbench is a software platform used for simulation and analysis of engineering problems. MESH200 Elements is a type of finite element used for electromagnetic simulations in ANSYS Workbench.

2. What are the benefits of using MESH200 Elements?

MESH200 Elements offer highly accurate results for electromagnetic simulations due to their advanced formulation and ability to handle complex geometry. They also have efficient memory usage and can handle large models.

3. How do I create a MESH200 mesh in ANSYS Workbench?

To create a MESH200 mesh, you can use the Meshing tab in ANSYS Workbench. Select the MESH200 element type and specify the desired mesh settings, such as element size and refinement. Then, generate the mesh and view it in the Meshing tab.

4. Can I import a mesh created in another software into ANSYS Workbench?

Yes, ANSYS Workbench has the ability to import meshes created in other software. You can use the File > Import option to import a variety of mesh file formats, such as ANSYS Fluent, Abaqus, and SolidWorks.

5. How can I analyze and interpret the results from an EMODIF simulation using MESH200 Elements?

To analyze and interpret the results from an EMODIF simulation, you can use the Postprocessing tab in ANSYS Workbench. Here, you can view various types of plots and animations to visualize the electromagnetic field and other results. You can also use the Report option to generate a comprehensive report of your simulation results.

Similar threads

  • Mechanical Engineering
Replies
1
Views
2K
  • Mechanical Engineering
Replies
1
Views
2K
Replies
11
Views
10K
  • Mechanical Engineering
Replies
5
Views
5K
  • Mechanical Engineering
Replies
1
Views
3K
  • Mechanical Engineering
Replies
7
Views
16K
  • Mechanical Engineering
Replies
1
Views
2K
Replies
1
Views
6K
  • Mechanical Engineering
Replies
1
Views
9K
  • Mechanical Engineering
Replies
1
Views
4K
Back
Top