Skip to content

Commit

Permalink
Change default EM/HT time-intervals/steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Sep 11, 2024
1 parent 8e2669d commit 8bc364f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/Parameters.i
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ voltage_frequency = 1e5 # Hz
voltage_wfrequency = ${fparse 2*pi*voltage_frequency} # rad/s
voltage_period = ${fparse 1/voltage_frequency} # s

end_t_em = ${fparse voltage_period} # s
end_t_ht = ${fparse voltage_period*10} # s
end_t_em = ${fparse voltage_period*10} # s
end_t_ht = 60 # s
delta_t_em = ${fparse voltage_period/10} # s
delta_t_ht = ${fparse voltage_period} # s
delta_t_ht = 5 # s

0 comments on commit 8bc364f

Please sign in to comment.