Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Ansys Insight : How can I export a mesh file in ASCII format automatically using ACT?

TAGGED: 

    • Surya Deb
      Ansys Employee
      The following commands can be used for that purpose : ExtAPI.Application.ScriptByName(jscript).ExecuteCommand('WB.PreferenceMgr.Preference(PID_FluentExport_Format) = 1;') # 0 for Binary and 1 for ASCII nExtAPI.DataModel.Project.Model.Mesh.InternalObject.WriteFluentInputFile(r\MyMesh.msh) n
Viewing 0 reply threads
  • The topic ‘Ansys Insight : How can I export a mesh file in ASCII format automatically using ACT?’ is closed to new replies.