Droplet Lagrangian Transient One-dimensional Reacting Code
Implementation of both liquid and gas phase governing equations.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- all: write.out read.out
-
- write.out: write.c
- gcc write.c -o write.out
- read.out: read.c
- gcc read.c -o read.out
|