cantera/Cantera/src/transport
John Hewson 4b676b388c Changed the signature of LiquidTranInteraction::getMatrixTransProp(
DenseMatrix &mat, doublereal* speciesValues = 0 ) so that now it takes
a reference to the matrix that needs to be filled, avoiding an extra
copy construction.

For vector and DenseMatrix resize operations, added 0.0 or 0 as
initialization value so that we don't have garbage in these.  This is
most relevant for vectors of pointers where we need NULL values to
test against.
2010-01-12 00:42:50 +00:00
..
AqueousTransport.cpp Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
AqueousTransport.h Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
CMakeLists.txt *** empty log message *** 2008-02-18 04:04:06 +00:00
DustyGasTransport.cpp Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
DustyGasTransport.h Doxygen update - Still lots to do here. 2009-10-21 15:09:55 +00:00
FtnTransport.h Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
L_matrix.h Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
LiquidTransport.cpp Changed the signature of LiquidTranInteraction::getMatrixTransProp( 2010-01-12 00:42:50 +00:00
LiquidTransport.h Updating Doxygen comments 2009-12-17 19:07:53 +00:00
LiquidTransportData.cpp Changes to allow the program to compile! 2009-12-21 18:15:15 +00:00
LiquidTransportData.h Updating Doxygen comments 2009-12-18 21:28:25 +00:00
LiquidTransportParams.cpp Changed the signature of LiquidTranInteraction::getMatrixTransProp( 2010-01-12 00:42:50 +00:00
LiquidTransportParams.h Changed the signature of LiquidTranInteraction::getMatrixTransProp( 2010-01-12 00:42:50 +00:00
Makefile.in Starting to refactor LiquidTransport interactions. 2009-11-23 21:16:42 +00:00
MixTransport.cpp Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
MixTransport.h Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
MMCollisionInt.cpp Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
MMCollisionInt.h Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
MultiTransport.cpp Doxygen Updates - no changes to the code 2009-12-12 00:15:00 +00:00
MultiTransport.h Doxygen update - Still lots to do here. 2009-10-21 15:09:55 +00:00
SimpleTransport.cpp Simply changed a variable name from m_hydroradius to m_hydroRadius. 2009-11-30 18:16:29 +00:00
SimpleTransport.h Doxygen update 2009-12-13 17:30:36 +00:00
SolidTransport.cpp Changes to allow the program to compile! 2009-12-21 18:15:15 +00:00
SolidTransport.h Utility commit 2009-12-17 22:13:14 +00:00
TransportBase.cpp Added member to TransportBase to allow specification of the reference 2009-11-30 23:21:19 +00:00
TransportBase.h Doxygen commit. 2009-12-30 18:40:44 +00:00
TransportFactory.cpp Switched a call in MultiPhase to be public. 2009-12-30 17:58:38 +00:00
TransportFactory.h Added mapping,m_LTImodelMap, between LiquidTranMixingModel and the 2009-11-30 18:53:40 +00:00
TransportParams.h Switched a call in MultiPhase to be public. 2009-12-30 17:58:38 +00:00
WaterTransport.cpp Added in a model for the thermal conductivity of pure water 2009-09-16 02:13:43 +00:00
WaterTransport.h Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00