-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It would be helpful if in-line calculations in the input.deck were processed into the result. For example the input.deck might define.
omega = 2.0 * pi * c / (1.0e-6) But epydeck will read that as a string instead of calculating the value of 1.88 * 10^15. Also support for variables that reference previous sections would help.
#size of domain
x_min = -4e-6
x_max = 20e-6
y_min = -12e-6
y_max = -y_minand
number_density = number_density(Electron) / 6Which sets the number density of one species to be 1/6 the number density of the electron species.
Additional Request:
It would also be useful if this functionality would include EPOCH defined functions such as the critical() function:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels