Able to read BC from file
This commit is contained in:
parent
eebadc8e05
commit
422b9e84e2
7 changed files with 484 additions and 327 deletions
9
moduleReferenceValues.f90
Normal file
9
moduleReferenceValues.f90
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module referenceValues
|
||||
use constantParameters, only: dp
|
||||
implicit none
|
||||
|
||||
real(dp):: L_ref, t_ref, n_ref, u_ref, Temp_ref ! Reference values
|
||||
real(dp):: phi_ref ! Reference values
|
||||
|
||||
end module referenceValues
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue