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
|