CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Phoenics (https://www.cfd-online.com/Forums/phoenics/)
-   -   How can I run a private GENTRA (https://www.cfd-online.com/Forums/phoenics/51700-how-can-i-run-private-gentra.html)

ben December 21, 2003 01:22

How can I run a private GENTRA
 
The version is 3.5. I want to change the output format of GHIS because the partical number is over 10000. But the partical number formant is "I4". Therefor I change the code in GENTRA: C * ------------------- SECTION 8 ---- FINISH OF TIME STEP.

ELSEIF(ISC.EQ.8) THEN

IF(GHFILE(1:4).NE.'NONE') THEN

IF(.NOT.STEADY.AND.(NX.EQ.1.OR.NY.EQ.1.OR.NZ.EQ.1) ) THEN

DO I= 1, NTRACK

ILOC0= IPFSTR(I)+IPRSTN

IWRT= ISTEP

IF(I.EQ.1) IWRT= -ISTEP

WRITE(LUHIS,'(I6,A,11(1PE13.3))')IWRT,' ',

+ TIM, (F(ILOC0+J),J=1, 10),

ENDDO

ENDIF

ENDIF

Then I compile and link the gentra and earth and set the earth version as private. But the output format in GHIS has no change. Then I open the BLDEAR.BAT and find that gentra.for has been compiled and linked. The private earth.exe is runed. But why the format is not changed? Thanks.

xz December 25, 2003 06:12

Re: How can I run a private GENTRA
 
If you run a steady or 3D case,what you modified is no meaning here.

ben December 27, 2003 01:10

Re: How can I run a private GENTRA
 
Then how can I change the output format of GHIS? My case is steady and 3d. Thanks

xz January 6, 2004 06:48

Re: How can I run a private GENTRA
 
I think you can not modify the format of GHIS. The format is not open to users.


All times are GMT -4. The time now is 21:26.