Small modifications to 1D input files to make them start from a small
x/r position to avoid huge fields in Radial case when r -> 0 due to charge accumulation. Added a Gnuplot script to plot both potential profiles extracted from Gmsh.
This commit is contained in:
parent
81e2202959
commit
2eae95002d
5 changed files with 29833 additions and 10011 deletions
|
|
@ -366,13 +366,13 @@ MODULE moduleInput
|
|||
!Gets the basename of the folder
|
||||
CALL config%get(object // '.folder', baseName, found)
|
||||
IF (found) THEN
|
||||
folder = baseName
|
||||
folder = baseName // '_'
|
||||
|
||||
END IF
|
||||
|
||||
!Compose the folder name
|
||||
folder = folder // '_' // date_now(1:4) // '-' // date_now(5:6) // '-' // date_now(7:8) // '_' &
|
||||
// time_now(1:2) // '.' // time_now(3:4) // '.' // time_now(5:6)
|
||||
folder = folder // date_now(1:4) // '-' // date_now(5:6) // '-' // date_now(7:8) // '_' &
|
||||
// time_now(1:2) // '.' // time_now(3:4) // '.' // time_now(5:6)
|
||||
|
||||
!Creates the folder
|
||||
CALL EXECUTE_COMMAND_LINE('mkdir ' // path // folder )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue