Skip to content

Commit 8924b41

Browse files
committed
Merge remote-tracking branch 'remotes/origin/Angel'
2 parents 5dbe47f + 3bbcb58 commit 8924b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/CFML_EoS.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Module CFML_EoS
261261
integer :: ICross=0 ! Index for P-T cross-terms model, =0 for none or Pth
262262
integer :: IAngle=0 ! Index for angle polynomial and not eos
263263
integer,dimension(2) :: IOsc=0 ! Index for extra oscillator models
264-
integer, dimension(N_EOSPAR) :: Iuse=0 ! Flags for parameters allowed for a given EoS =0 (not), =1 (refineable), =2 (implied non-zero)
264+
integer, dimension(N_EOSPAR) :: Iuse=0 ! Flags for parameters allowed for a given EoS =0 (not), =1 (refineable), =2 (settable) =3 implied, not settable
265265
real(kind=cp) :: PRef=0.0 ! Pressure of Reference
266266
real(kind=cp) :: TRef=298.0 ! Temperature of Reference
267267
real(kind=cp) :: Stoich=0.0 ! Stocihometry factor for multiple-phase calculations
@@ -10335,7 +10335,7 @@ Subroutine Set_EoS_Use(Eos)
1033510335
if(PscaleMGD(eos) .and. VscaleMGD(eos))then
1033610336
EoS%iuse(18)=3 ! Grunesien parameter at Pref,Tref. This is implied by alpha0
1033710337
else
10338-
EoS%iuse(18)=1 ! If the pscale and vscale are not as required, make free parameter for Ks Kt conversion
10338+
EoS%iuse(18)=2 ! If the pscale and vscale are not as required, make free parameter for Ks Kt conversion
1033910339
endif
1034010340
EoS%iuse(19)=0 ! Grunesien q power law parameter: this is a q-comp model
1034110341
EoS%TRef_fixed = .false.

0 commit comments

Comments
 (0)