*** empty log message ***

This commit is contained in:
Dave Goodwin 2004-06-04 06:05:28 +00:00
parent cb97e7387a
commit 6dfb563ff5
3 changed files with 23 additions and 8 deletions

View file

@ -1,9 +1,9 @@
import sys
bindir = '/usr/local/bin'
libdir = '/Users/dgg/dv/sf/cantera/build/lib/powerpc-apple-darwin7.4.0'
incdir = '/Users/dgg/dv/sf/cantera/build/include'
bindir = '/home/goodwin/ct154/bin'
libdir = '/home/goodwin/dv/sf/cantera/build/lib/i686-pc-linux-gnu'
incdir = '/home/goodwin/dv/sf/cantera/build/include'
dflibdir = ''
libs = ['clib', 'oneD', 'zeroD', 'transport', 'cantera', 'recipes',

View file

@ -605,7 +605,7 @@ class Valve(FlowDevice):
FlowDevice.__init__(self,3,name,verbose)
if upstream and downstream:
self.install(upstream, downstream)
self.setValveCoeff(Kv, mdot0)
self.setValveCoeff(Kv)
def setValveCoeff(self, Kv = -1.0):

View file

@ -23,9 +23,21 @@ class CTI_Error:
indent = ['',' ',' ',' ',' ',' ',
' ',' ',' ',
' ',' ']
indent = ['',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ',
' ']
#-----------------------------------------------------
@ -1495,7 +1507,10 @@ validate()
# $Revision$
# $Date$
# $Log$
# Revision 1.1 2004-06-02 04:39:09 dggoodwin
# Revision 1.2 2004-06-04 06:05:31 dggoodwin
# *** empty log message ***
#
# Revision 1.1 2004/06/02 04:39:09 dggoodwin
# moved ctml_writer.py out of Cantera package
#
# Revision 1.34 2004/05/30 04:02:55 dggoodwin