Droplet Lagrangian Transient One-dimensional Reacting Code
Implementation of both liquid and gas phase governing equations.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
123456 |
- 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
|