Able to read BC from file

This commit is contained in:
Jorge Gonzalez 2024-10-03 16:13:04 +02:00
commit 422b9e84e2
7 changed files with 484 additions and 327 deletions

View 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