Removed Makefile in some directories, since it's a generated file in
the configure script.
This commit is contained in:
parent
56e023a88b
commit
4f9381cbec
20 changed files with 16 additions and 162 deletions
4
Cantera/python/examples/equilibrium/.cvsignore
Normal file
4
Cantera/python/examples/equilibrium/.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Makefile
|
||||
ct2ctml.log
|
||||
h2o2.xml
|
||||
transport_log.xml
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = simple.py stoich.py adiabatic.py multiphase_plasma.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
@ -3,3 +3,7 @@ gri30.xml
|
|||
npflame1.csv
|
||||
npflame1.xml
|
||||
transport_log.xml
|
||||
flame1.csv
|
||||
flame1.xml
|
||||
.ct*
|
||||
h2o2.xml
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = flame1.py flame2.py stflame1.py npflame1.py free_h2_air.py \
|
||||
adiabatic_flame.py fixed_T_flame.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/fuel_cells/.cvsignore
Normal file
1
Cantera/python/examples/fuel_cells/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = sofc.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/gasdynamics/.cvsignore
Normal file
1
Cantera/python/examples/gasdynamics/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = isentropic.py soundSpeeds.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/kinetics/.cvsignore
Normal file
1
Cantera/python/examples/kinetics/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = ratecoeffs.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/liquid_vapor/.cvsignore
Normal file
1
Cantera/python/examples/liquid_vapor/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = critProperties.py rankine.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/misc/.cvsignore
Normal file
1
Cantera/python/examples/misc/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = rxnpath1.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/reactors/.cvsignore
Normal file
1
Cantera/python/examples/reactors/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = combustor.py function1.py mix1.py mix2.py piston.py reactor1.py \
|
||||
reactor2.py sensitivity1.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/surface_chemistry/.cvsignore
Normal file
1
Cantera/python/examples/surface_chemistry/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = catcomb.py diamond.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
1
Cantera/python/examples/transport/.cvsignore
Normal file
1
Cantera/python/examples/transport/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = dustygas.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
Loading…
Add table
Reference in a new issue