Replace existing copyright notices with uniform copyright/license info

This commit is contained in:
Ray Speth 2016-10-10 22:19:01 -04:00
parent 822e03e938
commit ecbfecd7fd
274 changed files with 765 additions and 864 deletions

View file

@ -1,7 +1,9 @@
/**
* @file Array.h Header file for class Cantera::Array2D
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_ARRAY_H
#define CT_ARRAY_H

View file

@ -3,12 +3,9 @@
* Declarations for a simple class that implements an Ansi C wall clock timer
* (see \ref Cantera::clockWC).
*/
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CLOCKWC_H
#define CT_CLOCKWC_H

View file

@ -8,8 +8,9 @@
* All physical constants are stored here.
* The module physConstants is defined here.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_DEFS_H
#define CT_DEFS_H

View file

@ -4,7 +4,9 @@
* thrown when %Cantera experiences an error condition
* (also contains errorhandling module text - see \ref errorhandling).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CTEXCEPTIONS_H
#define CT_CTEXCEPTIONS_H

View file

@ -4,7 +4,9 @@
* to store data. These functions read and write it.
* (see \ref inputfiles and importCTML, ck2ctml)
*/
// Copyright 2002 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CTML_H
#define CT_CTML_H

View file

@ -12,7 +12,9 @@
* - logs (see \ref logs)
* - textlogs (see \ref textlogs)
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_GLOBAL_H
#define CT_GLOBAL_H

View file

@ -2,7 +2,9 @@
* @file plots.h Contains declarations for utility functions for outputing to
* plotting programs.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PLOTS_H
#define CT_PLOTS_H

View file

@ -2,7 +2,9 @@
* @file stringUtils.h Contains declarations for string manipulation
* functions within Cantera.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_STRINGUTILS_H
#define CT_STRINGUTILS_H

View file

@ -4,7 +4,9 @@
* operations (see \ref utils).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
/**
* @defgroup utils Templated Utility Functions
*

View file

@ -4,7 +4,9 @@
* implement only those aspects of XML required to read, write, and
* manipulate CTML data files.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_XML_H
#define CT_XML_H

View file

@ -1,9 +1,9 @@
/**
* @file ChemEquil.h Chemical equilibrium.
*/
/*
* Copyright 2001 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CHEM_EQUIL_H
#define CT_CHEM_EQUIL_H

View file

@ -3,7 +3,9 @@
* Headers for the \link Cantera::MultiPhase MultiPhase\endlink
* object that is used to set up multiphase equilibrium problems (see \ref equilfunctions).
*/
// Copyright 2004 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MULTIPHASE_H
#define CT_MULTIPHASE_H

View file

@ -2,11 +2,9 @@
* @file vcs_VolPhase.h
* Header for the object representing each phase within vcs
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef VCS_VOLPHASE_H
#define VCS_VOLPHASE_H

View file

@ -2,11 +2,9 @@
* @file vcs_defs.h
* Defines and definitions within the vcs package
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef VCS_DEFS_H
#define VCS_DEFS_H

View file

@ -2,11 +2,8 @@
* @file vcs_internal.h Internal declarations for the VCSnonideal package
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef _VCS_INTERNAL_H
#define _VCS_INTERNAL_H

View file

@ -2,11 +2,9 @@
* @file vcs_prob.h
* Header for the Interface class for the vcs thermo equilibrium solver package,
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef _VCS_PROB_H
#define _VCS_PROB_H

View file

@ -3,11 +3,9 @@
* equilibrium problem (see Class \link Cantera::VCS_SOLVE
* VCS_SOLVE\endlink and \ref equilfunctions ).
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef _VCS_SOLVE_H
#define _VCS_SOLVE_H

View file

@ -1,10 +1,7 @@
//! @file vcs_species_thermo.h
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef VCS_SPECIES_THERMO_H
#define VCS_SPECIES_THERMO_H

View file

@ -3,7 +3,8 @@
* @ingroup chemkinetics
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_AQUEOUSKINETICS_H
#define CT_AQUEOUSKINETICS_H

View file

@ -4,7 +4,9 @@
* @ingroup chemkinetics
* @ingroup electrochem
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_EDGEKINETICS_H
#define CT_EDGEKINETICS_H

View file

@ -4,7 +4,9 @@
* that implement gas-phase kinetics (GasKinetics, GRI_30_Kinetics)
* (see \ref falloffGroup and class \link Cantera::Falloff Falloff\endlink).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_NEWFALLOFF_H
#define CT_NEWFALLOFF_H

View file

@ -2,7 +2,8 @@
* @file FalloffMgr.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_FALLOFFMGR_H
#define CT_FALLOFFMGR_H

View file

@ -3,7 +3,8 @@
* @ingroup chemkinetics
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_GASKINETICS_H
#define CT_GASKINETICS_H

View file

@ -2,7 +2,8 @@
* @file Group.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RXNPATH_GROUP
#define CT_RXNPATH_GROUP

View file

@ -4,7 +4,9 @@
* (see \ref kineticsmgr and class
* \link Cantera::ImplicitSurfChem ImplicitSurfChem\endlink).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IMPSURFCHEM_H
#define CT_IMPSURFCHEM_H

View file

@ -2,7 +2,9 @@
* @file InterfaceKinetics.h
* @ingroup chemkinetics
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IFACEKINETICS_H
#define CT_IFACEKINETICS_H

View file

@ -5,7 +5,8 @@
* \link Cantera::Kinetics Kinetics\endlink).
*/
// Copyright 2001-2004 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_KINETICS_H
#define CT_KINETICS_H

View file

@ -1,8 +1,9 @@
/**
* @file KineticsFactory.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef KINETICS_FACTORY_H
#define KINETICS_FACTORY_H

View file

@ -1,8 +1,9 @@
/**
* @file RateCoeffMgr.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RATECOEFF_MGR_H
#define CT_RATECOEFF_MGR_H

View file

@ -3,7 +3,8 @@
* Classes for reaction path analysis.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RXNPATH_H
#define CT_RXNPATH_H

View file

@ -1,7 +1,9 @@
/**
* @file RxnRates.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RXNRATES_H
#define CT_RXNRATES_H

View file

@ -2,7 +2,8 @@
* @file StoichManager.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_STOICH_MGR_H
#define CT_STOICH_MGR_H

View file

@ -9,7 +9,9 @@
* of these routines is to initialize the %Cantera objects with data
* from the ctml tree structures.
*/
// Copyright 2002 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IMPORTKINETICS_H
#define CT_IMPORTKINETICS_H

View file

@ -3,7 +3,8 @@
* This file defines some constants used to specify reaction types.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RXN_DEFS_H
#define CT_RXN_DEFS_H

View file

@ -2,12 +2,9 @@
* @file solveSP.h Header file for implicit surface problem solver (see \ref
* chemkinetics and class \link Cantera::solveSP solveSP\endlink).
*/
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef SOLVESP_H
#define SOLVESP_H

View file

@ -5,7 +5,8 @@
* (see class \ref numerics and \link Cantera::BandMatrix BandMatrix\endlink).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_BANDMATRIX_H
#define CT_BANDMATRIX_H

View file

@ -1,7 +1,9 @@
/**
* @file CVodesIntegrator.h
*/
// Copyright 2005 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CVODESWRAPPER_H
#define CT_CVODESWRAPPER_H

View file

@ -3,7 +3,8 @@
* Header file for class DAE_Solver
*/
// Copyright 2006 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_DAE_Solver_H
#define CT_DAE_Solver_H

View file

@ -5,7 +5,8 @@
* (see \ref numerics and \link Cantera::DenseMatrix DenseMatrix \endlink) .
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_DENSEMATRIX_H
#define CT_DENSEMATRIX_H

View file

@ -2,7 +2,8 @@
* @file Func1.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_FUNC1_H
#define CT_FUNC1_H

View file

@ -2,7 +2,8 @@
* @file FuncEval.h
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_FUNCEVAL_H
#define CT_FUNCEVAL_H

View file

@ -4,12 +4,8 @@
* (see class \ref numerics and \link Cantera::GeneralMatrix GeneralMatrix\endlink).
*/
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_GENERALMATRIX_H
#define CT_GENERALMATRIX_H

View file

@ -3,7 +3,8 @@
* Header file for class IDA_Solver
*/
// Copyright 2006 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IDA_SOLVER_H
#define CT_IDA_SOLVER_H

View file

@ -6,7 +6,8 @@
* @defgroup odeGroup ODE Integrators
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_INTEGRATOR_H
#define CT_INTEGRATOR_H

View file

@ -1,6 +1,7 @@
//! @file ResidEval.h
// Copyright 2006 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RESIDEVAL_H
#define CT_RESIDEVAL_H

View file

@ -4,12 +4,8 @@
* Dense, Square (not sparse) matrices.
*/
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_RESIDJACEVAL_H
#define CT_RESIDJACEVAL_H

View file

@ -4,12 +4,8 @@
* Cantera::RootFind RootFind\endlink).
*/
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_ROOTFIND_H
#define CT_ROOTFIND_H

View file

@ -1,11 +1,7 @@
//! @file SquareMatrix.h Dense, Square (not sparse) matrices.
/*
* Copyright 2004 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
* See file License.txt for licensing information.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_SQUAREMATRIX_H
#define CT_SQUAREMATRIX_H

View file

@ -1,7 +1,9 @@
/**
* @file ctlapack.h
*/
// Copyright 2001 California Institute of Technology.
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CTLAPACK_H
#define CT_CTLAPACK_H

View file

@ -2,10 +2,10 @@
* @file funcs.h Header for a file containing miscellaneous
* numerical functions.
*/
/*
* Copyright 2001-2003 California Institute of Technology
* See file License.txt for licensing information
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_FUNCS_H
#define CT_FUNCS_H

View file

@ -1,8 +1,7 @@
//! @file polyfit.h
/*
* Copyright 2001-2003 California Institute of Technology
* See file License.txt for licensing information
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_POLYFIT_H
#define CT_POLYFIT_H

View file

@ -1,8 +1,7 @@
//! @file Domain1D.h
/*
* Copyright 2002 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_DOMAIN1D_H
#define CT_DOMAIN1D_H

View file

@ -4,9 +4,8 @@
* Boundary objects for one-dimensional simulations.
*/
/*
* Copyright 2002-3 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_BDRY1D_H
#define CT_BDRY1D_H

View file

@ -1,8 +1,7 @@
//! @file MultiJac.h
/*
* Copyright 2002 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MULTIJAC_H
#define CT_MULTIJAC_H

View file

@ -1,8 +1,7 @@
//! @file MultiNewton.h
/*
* Copyright 2002 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MULTINEWTON_H
#define CT_MULTINEWTON_H

View file

@ -1,6 +1,7 @@
//! @file StFlow.h
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_STFLOW_H
#define CT_STFLOW_H

View file

@ -6,7 +6,9 @@
* expressions for the thermo properties of a species with several vibrational
* models.
*/
// Copyright 2007 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_ADSORBATE_H
#define CT_ADSORBATE_H

View file

@ -4,7 +4,9 @@
* object that employs a constant heat capacity assumption (see \ref spthermo and
* \link Cantera::ConstCpPoly ConstCpPoly\endlink).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CONSTCPPOLY_H
#define CT_CONSTCPPOLY_H

View file

@ -3,9 +3,9 @@
* Header for a Thermo manager for incompressible ThermoPhases
* (see \ref thermoprops and \link Cantera::ConstDensityThermo ConstDensityThermo\endlink).
*/
/*
* Copyright 2002 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_CONSTRHOTHERMO_H
#define CT_CONSTRHOTHERMO_H

View file

@ -8,11 +8,9 @@
* obeys the Debye Huckel formulation for nonideality.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_DEBYEHUCKEL_H
#define CT_DEBYEHUCKEL_H

View file

@ -4,7 +4,8 @@
* \link Cantera::EdgePhase EdgePhase\endlink).
*/
// Copyright 2002 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_EDGEPHASE_H
#define CT_EDGEPHASE_H

View file

@ -3,7 +3,9 @@
* Contains the getElementWeight function and the definitions of element
* constraint types.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_ELEMENTS_H
#define CT_ELEMENTS_H

View file

@ -5,11 +5,8 @@
* class \link Cantera::FixedChemPotSSTP FixedChemPotSSTP\endlink)
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_FIXEDCHEMPOTSSTP_H
#define CT_FIXEDCHEMPOTSSTP_H

View file

@ -5,11 +5,10 @@
* (see \ref thermoprops
* and class \link Cantera::GibbsExcessVPSSTP GibbsExcessVPSSTP\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_GIBBSEXCESSVPSSTP_H
#define CT_GIBBSEXCESSVPSSTP_H

View file

@ -8,11 +8,10 @@
* obeys the Pitzer formulation for nonideality using molality-based
* standard states.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_HMWSOLN_H
#define CT_HMWSOLN_H

View file

@ -5,7 +5,9 @@
* and class \link Cantera::IdealGasPhase IdealGasPhase\endlink).
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IDEALGASPHASE_H
#define CT_IDEALGASPHASE_H

View file

@ -11,11 +11,10 @@
* turns out to be highly nonlinear in the limit of the solvent mole fraction
* going to zero.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IDEALMOLALSOLN_H
#define CT_IDEALMOLALSOLN_H

View file

@ -6,11 +6,9 @@
* This class inherits from the Cantera class ThermoPhase and implements an
* ideal solid solution model with incompressible thermodynamics.
*/
/*
* Copyright 2006 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000, with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IDEALSOLIDSOLNPHASE_H
#define CT_IDEALSOLIDSOLNPHASE_H

View file

@ -6,11 +6,10 @@
* thermodynamic properties (see \ref thermoprops and
* class \link Cantera::IdealSolnGasVPSS IdealSolnGasVPSS\endlink).
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IDEALSOLNGASVPSS_H
#define CT_IDEALSOLNGASVPSS_H

View file

@ -4,11 +4,10 @@
* neutral molecule thermodynamics. (see \ref thermoprops and class \link
* Cantera::IonsFromNeutralVPSSTP IonsFromNeutralVPSSTP\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_IONSFROMNEUTRALVPSSTP_H
#define CT_IONSFROMNEUTRALVPSSTP_H

View file

@ -5,7 +5,8 @@
* LatticePhase\endlink).
*/
// Copyright 2005 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_LATTICE_H
#define CT_LATTICE_H

View file

@ -5,7 +5,8 @@
* Cantera::LatticeSolidPhase LatticeSolidPhase\endlink).
*/
// Copyright 2005 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_LATTICESOLID_H
#define CT_LATTICESOLID_H

View file

@ -2,11 +2,10 @@
* @file MargulesVPSSTP.h (see \ref thermoprops and class \link
* Cantera::MargulesVPSSTP MargulesVPSSTP\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MARGULESVPSSTP_H
#define CT_MARGULESVPSSTP_H

View file

@ -5,11 +5,9 @@
* This class inherits from the Cantera class ThermoPhase and implements a
* non-ideal solid solution model with incompressible thermodynamics.
*/
/*
* Copyright 2006 Sandia Corporation. Under the terms of Contract
* DE-AC04-94AL85000, with Sandia Corporation, the U.S. Government
* retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MASKELLSOLIDSOLNPHASE_H
#define CT_MASKELLSOLIDSOLNPHASE_H

View file

@ -2,7 +2,8 @@
* @file MetalPhase.h
*/
// Copyright 2003 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_METALPHASE_H
#define CT_METALPHASE_H

View file

@ -6,11 +6,9 @@
* class \link Cantera::MetalSHEelectrons MetalSHEelectrons\endlink)
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_METALSHEELECTRONS_H
#define CT_METALSHEELECTRONS_H

View file

@ -5,13 +5,9 @@
* class \link Cantera::MineralEQ3 MineralEQ3\endlink)
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*
* Copyright 2001 California Institute of Technology
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MINERALEQ3_H
#define CT_MINERALEQ3_H

View file

@ -2,11 +2,9 @@
* @file MixedSolventElectrolyte.h (see \ref thermoprops and class \link
* Cantera::MixedSolventElectrolyte MixedSolventElectrolyte \endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MIXEDSOLVENTELECTROLYTEVPSSTP_H
#define CT_MIXEDSOLVENTELECTROLYTEVPSSTP_H

View file

@ -4,11 +4,9 @@
* non-ideal mixtures based on the fugacity models (see \ref thermoprops and
* class \link Cantera::MixtureFugacityTP MixtureFugacityTP\endlink).
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MIXTUREFUGACITYTP_H
#define CT_MIXTUREFUGACITYTP_H

View file

@ -11,11 +11,10 @@
* based on the molality scale. These include most of the methods for
* calculating liquid electrolyte thermodynamics.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MOLALITYVPSSTP_H
#define CT_MOLALITYVPSSTP_H

View file

@ -7,11 +7,9 @@
* further based upon activities based on the molarity scale. In this class, we
* expect that there are ions, but they are treated on the molarity scale.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_MOLARITYIONICVPSSTP_H
#define CT_MOLARITYIONICVPSSTP_H

View file

@ -7,11 +7,9 @@
*
* This parameterization has one NASA temperature region.
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_NASA9POLY1_H
#define CT_NASA9POLY1_H

View file

@ -10,9 +10,11 @@
* This parameterization has multiple NASA temperature regions.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_NASA9POLYMULTITEMPREGION_H
#define CT_NASA9POLYMULTITEMPREGION_H
// Copyright 2007 Sandia National Laboratories
#include "cantera/thermo/Nasa9Poly1.h"

View file

@ -8,9 +8,11 @@
* This parameterization has one NASA temperature region.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_NASAPOLY1_H
#define CT_NASAPOLY1_H
// Copyright 2001 California Institute of Technology
#include "SpeciesThermoInterpType.h"

View file

@ -7,7 +7,9 @@
*
* Two zoned NASA polynomial parameterization
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_NASAPOLY2_H
#define CT_NASAPOLY2_H

View file

@ -4,11 +4,10 @@
* which handles calculations for a single species in a phase
* (see \ref pdssthermo and class \link Cantera::PDSS PDSS\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_H
#define CT_PDSS_H
#include "cantera/base/ct_defs.h"

View file

@ -4,11 +4,10 @@
* which handles calculations for a single species with a constant molar volume in a phase
* (see class \ref pdssthermo and \link Cantera::PDSS_ConstVol PDSS_ConstVol\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_CONSTVOL_H
#define CT_PDSS_CONSTVOL_H

View file

@ -5,11 +5,9 @@
* HKFT standard state
* (see \ref pdssthermo and class \link Cantera::PDSS_HKFT PDSS_HKFT\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_HKFT_H
#define CT_PDSS_HKFT_H

View file

@ -4,11 +4,10 @@
* which handles calculations for a single ideal gas species in a phase
* (see \ref pdssthermo and class \link Cantera::PDSS_IdealGas PDSS_IdealGas\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_IDEALGAS_H
#define CT_PDSS_IDEALGAS_H

View file

@ -5,11 +5,10 @@
* are calculated from another neutral molecule.
* (see \ref pdssthermo and class \link Cantera::PDSS_IonsFromNeutral PDSS_IonsFromNeutral\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_IONSFROMNEUTRAL_H
#define CT_PDSS_IONSFROMNEUTRAL_H

View file

@ -5,11 +5,10 @@
* given by an enumerated data type
* (see class \ref pdssthermo and \link Cantera::PDSS_SSVol PDSS_SSVol\endlink).
*/
/*
* Copyright (2009) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_SSVOL_H
#define CT_PDSS_SSVOL_H

View file

@ -4,11 +4,10 @@
* virtual function for a Pure Water Phase
* (see \ref pdssthermo and class \link Cantera::PDSS_Water PDSS_Water\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PDSS_WATER_H
#define CT_PDSS_WATER_H

View file

@ -2,7 +2,9 @@
* @file Phase.h
* Header file for class Phase.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PHASE_H
#define CT_PHASE_H

View file

@ -6,11 +6,8 @@
* and class \link Cantera::PhaseCombo_Interaction PhaseCombo_Interaction\endlink).
*/
/*
* Copyright (2011) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_PHASECOMBO_INTERACTION_H
#define CT_PHASECOMBO_INTERACTION_H

View file

@ -8,7 +8,8 @@
* It inherits from ThermoPhase, but is built on top of the tpx package.
*/
// Copyright 2003 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_EOS_TPX_H
#define CT_EOS_TPX_H

View file

@ -2,11 +2,9 @@
* @file RedlichKisterVPSSTP.h (see \ref thermoprops and class \link
* Cantera::RedlichKisterVPSSTP RedlichKisterVPSSTP\endlink).
*/
/*
* Copyright (2006) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_REDLICHKISTERVPSSTP_H
#define CT_REDLICHKISTERVPSSTP_H

View file

@ -1,10 +1,7 @@
//! @file RedlichKwongMFTP.h
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_REDLICHKWONGMFTP_H
#define CT_REDLICHKWONGMFTP_H

View file

@ -2,7 +2,8 @@
* @file SemiconductorPhase.h
*/
// Copyright 2003 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_SEMICONDPHASE_H
#define CT_SEMICONDPHASE_H

View file

@ -7,7 +7,9 @@
* \link Cantera::ShomatePoly2 ShomatePoly2\endlink).
* Shomate polynomial expressions.
*/
// Copyright 2001 California Institute of Technology
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_SHOMATEPOLY1_H
#define CT_SHOMATEPOLY1_H

View file

@ -4,11 +4,10 @@
* that eases the construction of single species phases
* ( see \ref thermoprops and class \link Cantera::SingleSpeciesTP SingleSpeciesTP\endlink).
*/
/*
* Copyright (2005) Sandia Corporation. Under the terms of
* Contract DE-AC04-94AL85000 with Sandia Corporation, the
* U.S. Government retains certain rights in this software.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
// at http://www.cantera.org/license.txt for license and copyright information.
#ifndef CT_SINGLESPECIESTP_H
#define CT_SINGLESPECIESTP_H

Some files were not shown because too many files have changed in this diff Show more