Search found 6 matches

by Guo
19 Aug 2022, 10:53
Forum: External tools
Topic: error about mesh.names
Replies: 6
Views: 1408

Re: error about mesh.names

Thanks, this is very helpful to me!
by Guo
18 Aug 2022, 15:57
Forum: External tools
Topic: error about mesh.names
Replies: 6
Views: 1408

Re: error about mesh.names

How can I use python to create the names of the bodies and boundaries? My project is to automate this process.
by Guo
17 Aug 2022, 17:44
Forum: External tools
Topic: error about mesh.names
Replies: 6
Views: 1408

error about mesh.names

Hello, I am trying to run elmer via python. when I finish the mesh, I want to run ElmerSolver to generate the .vtu file, but I get this error:"ERROR:: ReadTargetNames: Requested the use of entity names but this file does not exits: ./mesh.names" I can see the mesh.names when I write Elmer ...
by Guo
16 Aug 2022, 18:43
Forum: ElmerSolver
Topic: how to create mesh.names
Replies: 0
Views: 1092

how to create mesh.names

Hello, I am trying to run elmer via python. when I finish the mesh, I want to run ElmerSolver to generate the .vtu file, but I get this error:"ERROR:: ReadTargetNames: Requested the use of entity names but this file does not exits: ./mesh.names" I can see the mesh.names when I write Elmer ...
by Guo
16 Aug 2022, 10:17
Forum: ElmerSolver
Topic: run Elmer with python
Replies: 2
Views: 874

Re: run Elmer with python

Hello, is there an example of pyelmer applying the Elasticity equation to solve a problem? I'm not very clear about the usage of many commands, thanks a lot!
by Guo
01 Aug 2022, 16:08
Forum: ElmerSolver
Topic: run Elmer with python
Replies: 2
Views: 874

run Elmer with python

Hallo, I have created a 3D model in FreeCAD, and now I want to use Elmer to FEM. I have installed Elmer 9.0 and set up the paths to ElmerSolver and ElmerGrid in FreeCAD 0.20. I've done the material, mesh, fixed, and pressure settings via python script. Next I want to run Elmer through python script ...