mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Copyright transfered to the OpenFOAM Foundation
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
% ========= |
|
||||
% \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
% \\ / O peration |
|
||||
% \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
|
||||
% \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
% \\/ M anipulation |
|
||||
%------------------------------------------------------------------------------
|
||||
% License
|
||||
@ -25,7 +25,7 @@
|
||||
% tensorOperator.sty
|
||||
%
|
||||
% Description
|
||||
% Standard OpenCFD LaTeX macros for typesetting tensor algebra.
|
||||
% Standard OpenFOAM LaTeX macros for typesetting tensor algebra.
|
||||
%
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
</div> <!-- main -->
|
||||
<div class="footer">
|
||||
<p>
|
||||
Copyright © 2004-2011
|
||||
<a href="http://www.openfoam.com/about">OpenCFD Limited</a>
|
||||
Copyright © 2011
|
||||
<a href="http://www.openfoam.org/about">OpenFOAM Foundation</a>
|
||||
|
|
||||
OPENFOAM® and OpenCFD® are registered
|
||||
OPENFOAM® is a registered
|
||||
<a href="http://www.openfoam.com/legal/trademark-policy.php">trademarks
|
||||
</a> of OpenCFD Ltd.
|
||||
</p>
|
||||
|
||||
@ -13,18 +13,14 @@
|
||||
<!-- meta info -->
|
||||
<meta
|
||||
name="keywords"
|
||||
content="computational fluid dynamics, CFD, OpenCFD, OpenFOAM, open source CFD, open source"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="OpenCFD Ltd, leaders in open source Computational Fluid Dynamics (CFD), the developers and maintainers of OpenFOAM: the open source CFD toolbox. We supply support and contracted developments for OpenFOAM"
|
||||
content="computational fluid dynamics, CFD, OpenFOAM, open source CFD, open source"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-container">
|
||||
<div class="header">
|
||||
<div class="header-top">
|
||||
<a class="sitelogo" href="http://www.openfoam.com" title="Home">
|
||||
<a class="sitelogo" href="http://www.openfoam.org" title="Home">
|
||||
<img class=left src="../css/img/OpenFOAMlogo.png">
|
||||
</a>
|
||||
<div class="sitename">
|
||||
@ -33,7 +29,6 @@
|
||||
title="Source Guide">OpenFOAM C++ Documentation
|
||||
</a>
|
||||
</h1>
|
||||
<img class=right src="../css/img/OpenCFDlogo.png">
|
||||
</div>
|
||||
</div> <!-- header-top -->
|
||||
</div> <!-- header -->
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* OpenCFD layout styles */
|
||||
/* OpenFOAM layout styles */
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
@ -92,7 +92,6 @@ p:after {
|
||||
position:absolute;
|
||||
z-index:1;
|
||||
margin:20px 0 0 15px;
|
||||
/* background:url(img/OpenCFDlogo.png) no-repeat;*/
|
||||
}
|
||||
|
||||
/**************************sitename ************************************************/
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* colour and underline to match OpenCFD style */
|
||||
/* colour and underline to match OpenFOAM style */
|
||||
.contents h1,
|
||||
.contents h2
|
||||
{
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
@import url(doxygen.css); /* standard doxygen style with very minor mods */
|
||||
@import url(doxyMod.css); /* modifications to standard doxygen style */
|
||||
@import url(doxyTabs.css); /* modified doxygen tabs style */
|
||||
@import url(cfdLayout.css); /* OpenCFD layout styles */
|
||||
@import url(cfdNav.css); /* OpenCFD navigation styles */
|
||||
@import url(cfdLayout.css); /* OpenFOAM layout styles */
|
||||
@import url(cfdNav.css); /* OpenFOAM navigation styles */
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# -*- mode: org; -*-
|
||||
#
|
||||
#+TITLE: OpenFOAM C++ style guide
|
||||
#+AUTHOR: OpenCFD Ltd.
|
||||
#+DATE: Feb 2011
|
||||
#+LINK: http://www.OpenFOAM.com
|
||||
#+TITLE: OpenFOAM C++ style guide
|
||||
#+AUTHOR: OpenFOAM Foundation
|
||||
#+DATE: Aug 2011
|
||||
#+LINK: http://www.OpenFOAM.org
|
||||
#+OPTIONS: author:nil ^:{}
|
||||
#+STARTUP: hidestars
|
||||
#+STARTUP: odd
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration |
|
||||
# \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
|
||||
# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
# ------------------------------------------------------------------------------
|
||||
# License
|
||||
|
||||
Reference in New Issue
Block a user