Skip to content
Snippets Groups Projects
Commit e833451b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

set num of rotor/stator teeth as parameters
parent c556d30f
No related branches found
No related tags found
No related merge requests found
NbrSect = 32; // number of rotor teeth
//NbrSect = 32; // number of rotor teeth
NbrSect = GetValue("number of rotor teeth", 32);
u=1e-3; // scale factor
......
NbrSect = 36; // number of stator teeth
//NbrSect = 36; // number of stator teeth
NbrSect = GetValue("number of stator teeth", 36);
u=1e-3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment