HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
125 stars 50 forks source link

gmsh Physical Volume via cmd #166

Closed Felixcb closed 6 years ago

Felixcb commented 6 years ago

Hi all,

I import a step-file to gmsh and want to mesh the part as a physical volume. I try it with the string command but it doesn't work. Following the code. I think in the quotes should be the command for the physical volume.

gmsh Desktop\part.stp -string "Physical Volume" -3 -o Desktop\part.inp

I appreciate your help. Regards Felix

HomerReid commented 6 years ago

This is a question about gmsh, not SCUFF-EM. I encourage you to consult the gmsh development site or address your question to the gmsh mailing list.