3 Questions 4 Answers 0 Followers
Questions related from Liang Zheng
i wanna make a coupling analysis of FLIM(heat transfer with environment) and DFLUX(solar radiate) subroutine. but after the analysis, there is a unexpected mistake in my showed picture. the gray...
10 October 2023 3,537 3 View
here is my program: real a(2,240) integer i,j if (TIME(2).EQ.0) then !读入温度数据 open(12,file='temperature.txt') do i=1,240 read(12,*) a(:,i)...
03 July 2023 1,326 3 View
this is my program below: SUBROUTINE DFLUX(FLUX,SOL,KSTEP,KINC,TIME,NOEL,NPT,COORDS, 1 JLTYP,TEMP,PRESS,SNAME) C INCLUDE 'ABA_PARAM.INC' C DIMENSION FLUX(2), TIME(2), COORDS(3)...
12 June 2023 6,988 0 View