|
k.txt\",\"w\");
fprintf(out,\"variable=x,y\\n\\n\");
for(i=0;i<=NM-1;i++)
{
fprintf(out,\"\\nzone t=\\\"t=%3.4f\\\",j=41\\n\",i*0.002);
for(j=0;j<=JM-1;j++)
{
fprintf(out,\"%3.4lf\\t%2.1f\\n\",U[i][j],j*0.1);
}
}
fclose(out);
}
2) 각 방법 결과를 Tecplot으로 시간을 0.24간격(120)
(1) FTCS Method
|
- 페이지 15페이지
- 가격 2,000원
- 등록일 2010.05.06
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
is given as : (한글풀이)
2. Compute the unsteady velocity profile using the explicit FTCS scheme when
3. Repeat Prob. 2 by using the fully implicit scheme. (in English)
4. compare the steady state numerical solution obtained from Prob.2 and 3 with the exact analytical solution, Eq(2).
5. 고찰
|
- 페이지 11페이지
- 가격 5,000원
- 등록일 2011.07.12
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|