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

7 行
111B

  1. all: write.out read.out
  2. write.out: write.c
  3. gcc write.c -o write.out
  4. read.out: read.c
  5. gcc read.c -o read.out