CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Phoenics (https://www.cfd-online.com/Forums/phoenics/)
-   -   Private Ground (https://www.cfd-online.com/Forums/phoenics/51420-private-ground.html)

Mohamed Ouzzane May 21, 2002 10:09

Private Ground
 
Hi every body, I used my own ground to perform some extra calculations and store results. As shown below, I used F array for my variable (temperature) but I dont know If I can use this array (F) for X, Y and Z coordinates of cell centres or of the higher cell faces.

Coud you help me?

Thanks.

Mohamed Ouzzane

Part of my example

OPEN(9,FILE='C:/temp/ESSAI/RESTEMP2.DAT')

RETURN 195 CONTINUE C * ------------------- SECTION 5 ---- Finish of iterations over slab.

RETURN 196 CONTINUE C * ------------------- SECTION 6 ---- Finish of iz slab.

IF(ISWEEP.EQ.LSWEEP) THEN C L0D=L0F(DEN1) C L0T=L0F(TEMP1)

L0T=L0F(LBNAME('TEM1')) C L0T=L0F(TEMP1)

KLI=KLI+1

WRITE(9,*)'JE SUIS LA KLI',KLI

WRITE(9,*)'IXL IXF',IXL,IXF

WRITE(9,*)'IYL IYF',IYL,IYF

WRITE(9,*)'IX IY',IX,IY

DO 211 I=1, NX*NY 211 WRITE(9,*)'I F(L0T+I)',I,F(L0T+I)

ENDIF

RETURN C RETURN 197 CONTINUE C * ------------------- SECTION 7 ---- Finish of sweep.

Jeremy Wu June 7, 2002 10:17

Re: Private Ground
 
Hi, what you will get are the temperature values for the cell centre.

Mohamed Ouzzane June 10, 2002 08:54

Re: Private Ground
 
Hi,

I want to know the names of the centres and faces coordinates.

Thanks.

Mohamed

Jeremy Wu June 10, 2002 09:55

Re: Private Ground
 
Please look at POLIS-Encyclopidae- XG2D and XU2D entries

Mohamed Ouzzane June 10, 2002 11:11

Re: Private Ground
 
Hi,

It's Ok Thank you very much.

Mohamed


All times are GMT -4. The time now is 00:52.