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
|