compressible module: ISCALT
Posted: Fri Jan 04, 2013 9:58 pm
Hello,
I am playing around with the compressible module using the GUI as far as possible, where I chose the option "perfect gas with constant gamma".
When starting the calculation, the solver stops indicating that uscfx2 was not defined. Thus I copied cs_user_parameters.f90 to the /SRC directory only leaving the uscfx2 subroutine. In the uscfx2 subroutine I assigned ivisls(itempk) = 0, visls0(itempk) = 0.15d0, iviscv = 0 and viscv0 = 1.99d-5.
When restarting the calculation, the solver stops stating
However, I didn't find any file in the whole project, where ISCALT was set to 1 ...
I tried also to add additionally the subroutine usppmo, in vain.
Any hint where starting to look for the error?
al
I am playing around with the compressible module using the GUI as far as possible, where I chose the option "perfect gas with constant gamma".
When starting the calculation, the solver stops indicating that uscfx2 was not defined. Thus I copied cs_user_parameters.f90 to the /SRC directory only leaving the uscfx2 subroutine. In the uscfx2 subroutine I assigned ivisls(itempk) = 0, visls0(itempk) = 0.15d0, iviscv = 0 and viscv0 = 1.99d-5.
When restarting the calculation, the solver stops stating
@ @@ ATTENTION : ARRET A L'ENTREE DES DONNEES
@ =========
@ PHYSIQUE PARTICULIERE (COMPRESSIBLE) DEMANDEE
@
@ La valeur de ISCALT est renseignee automatiquement.
@
@ L'utilisateur ne doit pas la renseigner, or
@ elle a ete affectee comme suit :
@ ISCALT = 1
@
@ Le calcul ne sera pas execute.
@
@ Verifier les parametres.
However, I didn't find any file in the whole project, where ISCALT was set to 1 ...
I tried also to add additionally the subroutine usppmo, in vain.
Any hint where starting to look for the error?
al