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