Files renamed and makefile make compatible with ifort.
This commit is contained in:
parent
3b125d0952
commit
af74205932
25 changed files with 5439 additions and 0 deletions
9
src/modules/moduleRefParam.f90
Normal file
9
src/modules/moduleRefParam.f90
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
!Reference parameters
|
||||
MODULE moduleRefParam
|
||||
!Parameters that define the problem (inputs)
|
||||
REAL(8):: n_ref, m_ref, T_ref, r_ref, debye_ref, sigma_ref
|
||||
!Reference parameters for non-dimensional problem
|
||||
REAL(8):: L_ref, v_ref, ti_ref, Vol_ref, EF_ref, Volt_ref
|
||||
|
||||
END MODULE moduleRefParam
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue