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

frequency -> Freq

parent 5fff6561
No related branches found
No related tags found
No related merge requests found
Pipeline #11133 passed
......@@ -61,7 +61,7 @@ Function {
// of 1; any desired function can be specified
timeFunction = {"($Time < TimeFinal / 2) ? (2 / TimeFinal * $Time) : 1",
Choices{"($Time < TimeFinal / 2) ? (2 / TimeFinal * $Time) : 1",
"Sin[2*Pi*frequency*$Time]", "Sin[2*Pi*10*$Time]"},
"Sin[2 * Pi * Freq * $Time]", "Sin[2 * Pi * 10 * $Time]"},
Name "Model parameters/04Time function", Visible TimeDomain}
// overwrite parameters from the "Lib_Magnetodynamics2D_av_Cir.pro"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment