26.10.2014 Views

JAEA-Data/Code 2007-004 - Welcome to Research Group for ...

JAEA-Data/Code 2007-004 - Welcome to Research Group for ...

JAEA-Data/Code 2007-004 - Welcome to Research Group for ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

READ(9) (WORK(J+I),I=1,NDATA)<br />

END DO<br />

where MX, MY, MZ, NG are number of mesh points on X-, Y-,<br />

Z-direction and number of groups, respectively.<br />

NGC7<br />

Option <strong>to</strong> write mesh in<strong>for</strong>mation and mesh-wise power density distribution<br />

= 0 Skip<br />

= 1 Write on I/O logical device 32<br />

The power distribution (W/cm 3 ) written on logical device 32 can be read<br />

by the following FORTRAN statements;<br />

DIMENSION POWER(MAXX,MAXY,MAXZ)<br />

REWIND 32<br />

READ(32) (TITL1(I),I=1,18), (TITL2(I),I=1,18),<br />

& IGEOM,MX,MY,MZ,NGC21,NGC7,<br />

& (X(IX),IX=1,MX),(Y(IY),IY=1,MY),(Z(IZ),IZ=1,MZ)<br />

READ(32) DUM,TOTP,AKEFF<br />

READ(32) (((POWER(IX,IY,IZ),IX=1,MX),IY=1,MY),IZ=1,MZ)<br />

where MX, MY, MZ are number of mesh points on X-, Y-, Z-direction,<br />

respectively.<br />

NGC8<br />

Option <strong>to</strong> write mesh-wise neutron source (space-energy) on logical unit 17 (See<br />

GLIM5 in Card-001-5)<br />

= 0 Skip<br />

= 1 Write on I/O logical device 17<br />

The neutron source distribution (n/sec) written on logical device 17 can<br />

be read by the following FORTRAN statements;<br />

DIMENSION S (MX,MY,MZ,NG)<br />

REWIND 17<br />

DO 100 IG=1,NG<br />

READ(17) (((S(IX,IY,IZ,IG),IX=1,MX),IY=1,MY),IZ=1,MZ)<br />

100 CONTINUE<br />

where MX, MY, MZ, NG are number of mesh points on X-, Y-,<br />

Z-direction and number of groups, respectively.<br />

NGC9 = 0 (not used)<br />

NGC10<br />

Problem type<br />

= -5 Fixed source mode by IC2=5 or external source problem by IC12=5 with<br />

97

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!