-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use example script #1
Comments
You need to add OpenEMS matlab share to your octave path. I have made file .octaverc in my home directory
physical_constants is defined in OpenEMS, it's used in octave scripts so that's why the complaint. |
Ok, now worked, but It is normal to close AppCSXCAD to perform simulations by OpenEMS? |
Yes, thats how its done in examples, so you could verify that geometry is ok, before waiting long time to complete simulation. If you don't need that, just edit octave script file. There is CSXGeomPlot call somewhere inside. |
Warning: No primitives found in property: box_material! @jcyrax, I got these two warnings trying to run the examples. How to solve/add these primitives? |
@mfaccin, next time open new issue instead! |
OS: OpenSUSE Tumbleweed
Octave 5.1.0
openEMS 0.0.35
openEMS FDTD startup Using Octave script files error: 'physical_constants' undefined near line 24 column 1 error: called from simulation_script at line 24 column 1 octave:1>
The text was updated successfully, but these errors were encountered: