Update headers
This commit is contained in:
parent
a27e8258da
commit
4d431147a0
2 changed files with 35 additions and 19 deletions
|
@ -1,24 +1,37 @@
|
||||||
// The FOAM Project // File: testCoeffField.C
|
/*---------------------------------------------------------------------------*\
|
||||||
/*
|
========= |
|
||||||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
|
\\ / O peration |
|
||||||
|
\\ / A nd | Copyright held by original author
|
||||||
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
========= | Application
|
License
|
||||||
\\ / |
|
This file is part of OpenFOAM.
|
||||||
\\ / | Name: testCoeffField
|
|
||||||
\\ / | Family: Utility
|
|
||||||
\\/ |
|
|
||||||
F ield | FOAM version: 2.2
|
|
||||||
O peration |
|
|
||||||
A and | Copyright (C) 1991-2003 Nabla Ltd.
|
|
||||||
M anipulation | All Rights Reserved.
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
DESCRIPTION
|
|
||||||
Test coeff field and block matrix
|
|
||||||
|
|
||||||
AUTHOR
|
OpenFOAM is free software; you can redistribute it and/or modify it
|
||||||
Hrvoje Jasak
|
under the terms of the GNU General Public License as published by the
|
||||||
|
Free Software Foundation; either version 2 of the License, or (at your
|
||||||
|
option) any later version.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
|
||||||
*/
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
|
for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with OpenFOAM; if not, write to the Free Software Foundation,
|
||||||
|
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
Application
|
||||||
|
testBlockMatrix
|
||||||
|
|
||||||
|
Author
|
||||||
|
Hrvoje Jasak, Wikki Ltd. All rights reserved.
|
||||||
|
|
||||||
|
Description
|
||||||
|
Test block matrix coefficient assembly
|
||||||
|
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "argList.H"
|
#include "argList.H"
|
||||||
#include "fieldTypes.H"
|
#include "fieldTypes.H"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2006-7 H. Jasak All rights reserved
|
\\ / A nd | Copyright held by original author
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
|
@ -25,6 +25,9 @@ License
|
||||||
Application
|
Application
|
||||||
conjugateHeatFoam
|
conjugateHeatFoam
|
||||||
|
|
||||||
|
Author
|
||||||
|
Hrvoje Jasak, Wikki Ltd. All rights reserved.
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for incompressible, laminar flow of Newtonian fluids
|
Transient solver for incompressible, laminar flow of Newtonian fluids
|
||||||
with conjugate heat transfer
|
with conjugate heat transfer
|
||||||
|
|
Reference in a new issue