Andrew Heather
d3949086ce
RELEASE: Updated headers to v2412
2024-12-24 11:17:31 +00:00
Andrew Heather
630d60de3b
RELEASE: Updated headers to v2406
2024-06-24 09:58:36 +01:00
Mark Olesen
ad85b684bb
STYLE: remove unused/stray methods, fix stray deprecated usages
...
STYLE: use separate value/dimensions for GeometricField
- simplifies calling parameters
COMP: limit enumeration range when reporting chemkin error
2024-01-08 17:42:55 +01:00
Andrew Heather
28aad3a03e
RELEASE: Updated headers to v2312
2023-12-20 19:42:55 +01:00
Andrew Heather
763bf4674d
RELEASE: Updated headers to v2306
2023-06-28 16:35:48 +01:00
Mark Olesen
e967305ef2
STYLE: use calculatedType() and zeroGradientType() methods
2023-05-02 13:34:12 +02:00
Andrew Heather
7e61f36c12
RELEASE: Updated headers to v2212
2022-12-21 16:16:18 +00:00
Mark Olesen
64f4745277
STYLE: various 'defineTemplate2...' macros are redundant
...
- they are/were identical to versions without an embedded '2'
2022-07-21 17:07:16 +02:00
Andrew Heather
7792501a01
RELEASE: Updated headers for v2206
2022-06-24 15:41:02 +01:00
Andrew Heather
a2014242cf
RELEASE: Updated headers for v2112
2021-12-20 14:18:01 +00:00
Andrew Heather
e3796745ed
CONFIG: Updated headers to v2106
...
Minor clean-up
2021-06-28 09:14:42 +01:00
Mark Olesen
096b9dc52e
TUT: add parallel version for various squareBend cases
...
- adjust commented-out evaluation to avoid warnings.
With code like this
```
#if 0
nxin #eval{ round($nxin / 5) };
#endif
```
The handling of the "#if 0 / #endif" clause uses the plain ISstream
parser to tokenize. This means that the "round(" is parsed as a word
with a mismatched closing ')', whereas the "#eval" parser will slurp
everything in until the closing brace and send it off as a string
to the expression parser.
2021-06-18 17:14:22 +02:00
Andrew Heather
79e353b84e
RELEASE: Updated version to v2012
2020-12-23 10:01:39 +01:00
Mark Olesen
525ad206be
BUG: compilation error for DimensionedField::T() fixes #1868
...
- incorrectly used const access for the tmp instead of ref()
2020-10-07 09:18:23 +02:00
Andrew Heather
538d749220
REL: Updated headers to version v2006
2020-06-29 17:27:54 +01:00
Andrew Heather
ae2ab06312
REL: Release preparations
2019-12-23 09:49:23 +00:00
Mark Olesen
2a8669b3f8
ENH: add zip/unzip for GeometricField
2019-11-15 17:29:50 +01:00
Mark Olesen
98467036b3
STYLE: regularize quoting and exit on failed 'cd'
2019-11-13 13:19:16 +01:00
Mark Olesen
ec7e3c88e4
ENH: test for WM_PROJECT_DIR being set/unset in scripts
2019-11-06 09:18:51 +01:00
OpenFOAM bot
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
Andrew Heather
be44dcaf1f
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
OpenFOAM bot
154029ddd0
BOT: Cleaned up header files
2019-02-06 12:28:23 +00:00
Andrew Heather
9231534efa
STYLE: Updating version to v1812
2018-12-19 18:07:52 +00:00
Andrew Heather
6e35bcda70
ENH: Updated config for release v1806
2018-06-28 12:56:00 +01:00
Mark Olesen
5da321b6e6
TUT: various blockMeshDict with convertToMeters instead of scale
2017-08-07 20:57:05 +02:00
Andrew Heather
30d8fc3459
ENH: Tutorial updates and clean-up
2016-12-16 13:26:28 +00:00
Andrew Heather
9fbd612672
GIT: Initial state after latest Foundation merge
2016-09-20 14:49:08 +01:00
Henry Weller
785cebed88
GeometricField, volFields: Added experimental member function ".v()" and perfix operator "~"
...
both of which return the dimensionedInternalField for volFields only.
These will be useful in FV equation source term expressions which need
not evaluate boundary conditions.
2016-04-26 20:45:53 +01:00
andy
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
Henry Weller
350d03246e
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
Andrew Heather
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
Andrew Heather
0e01c44129
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
Andrew Heather
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
Chris Greenshields
93002626c0
blockMeshDict files moved to system directory (new default location) in template cases and unit test cases
2015-11-13 16:05:59 +00:00
Henry Weller
78d7482e5b
SolverPerformance: Complete the integration of the templated SolverPerformance<Type>
...
Now solvers return solver performance information for all components
with backward compatibility provided by the "max" function which created
the scalar solverPerformance from the maximum component residuals from
the SolverPerformance<Type>.
The residuals functionObject has been upgraded to support
SolverPerformance<Type> so that now the initial residuals for all
(valid) components are tabulated, e.g. for the cavity tutorial case the
residuals for p, Ux and Uy are listed vs time.
Currently the residualControl option of pimpleControl and simpleControl
is supported in backward compatibility mode (only the maximum component
residual is considered) but in the future this will be upgraded to
support convergence control for the components individually.
This development started from patches provided by Bruno Santos, See
http://www.openfoam.org/mantisbt/view.php?id=1824
2015-11-10 08:50:11 +00:00
Henry Weller
f3f35e8f39
applications/test: Updated include and link options
2015-07-16 14:37:19 +01:00
Henry Weller
4cd1e85311
fvSchemes: Removed fluxRequired entries
2015-07-16 10:55:49 +01:00
Henry
844b283030
New version of wmake supporting out-of-tree object and dependency files
2014-12-14 21:42:18 +00:00
OpenFOAM-admin
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
mattijs
fd0f8ecedd
ENH: volField test: comment
2013-10-02 16:09:08 +01:00
Henry
2824e86e4f
Test-volField: Corrected equation and test case to run
2013-09-19 15:09:45 +01:00
mattijs
f2e2ce6f91
ENH: Test-volField: patchGroup reading
2013-07-02 13:45:01 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
andy
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce
.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
Mark Olesen
499d48cfdb
STYLE: uniform 'Test-' prefix for all applications/test
...
- easier to clean, avoid confusion with 'real' applications, etc.
2010-11-23 16:26:04 +01:00
graham
012494fdb5
STYLE: Fixing code style requirements for all apps.
...
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00