Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
365b391b
Commit
365b391b
authored
Jun 21, 2022
by
Mark OLESEN
Browse files
CONFIG: set API level to 2206 (now in pre-release state)
- relevant docs updated to v2206
parent
4afd9c3b
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitlab/issue_templates/bug.md
View file @
365b391b
...
...
@@ -49,7 +49,7 @@
<!--
Providing details of your set-up can help us identify any issues, e.g.
OpenFOAM version : v2112|v2106|v2012|v2006
|v1912|v1906
etc
OpenFOAM version :
v2206|
v2112|v2106|v2012|v2006 etc
Operating system : ubuntu|openSUSE|centos etc
Hardware info : any info that may help?
Compiler : gcc|intel|clang etc
...
...
META-INFO/api-info
View file @
365b391b
api=220
4
patch=
22061
0
api=220
6
patch=0
README.md
View file @
365b391b
...
...
@@ -40,9 +40,9 @@ Violations of the Trademark are monitored, and will be duly prosecuted.
If OpenFOAM has already been compiled on your system, simply source
the appropriate
`etc/bashrc`
or
`etc/cshrc`
file and get started.
For example, for the OpenFOAM-v2
112
version:
For example, for the OpenFOAM-v2
206
version:
```
source /installation/path/OpenFOAM-v2
112
/etc/bashrc
source /installation/path/OpenFOAM-v2
206
/etc/bashrc
```
## Compiling OpenFOAM
...
...
@@ -127,8 +127,8 @@ These 3rd-party sources are normally located in a directory parallel
to the OpenFOAM directory. For example,
```
/path/parent
|-- OpenFOAM-v2
112
\-- ThirdParty-v2
112
|-- OpenFOAM-v2
206
\-- ThirdParty-v2
206
```
There are, however, many cases where this simple convention is inadequate:
...
...
@@ -136,7 +136,7 @@ There are, however, many cases where this simple convention is inadequate:
operating system or cluster installation provides it)
*
When we have changed the OpenFOAM directory name to some arbitrary
directory name, e.g. openfoam-sandbox2
112
, etc..
directory name, e.g. openfoam-sandbox2
206
, etc..
*
When we would like any additional 3rd party software to be located
inside of the OpenFOAM directory to ensure that the installation is
...
...
@@ -156,9 +156,9 @@ when locating the ThirdParty directory with the following precedence:
2.
PREFIX/ThirdParty-VERSION
*
this corresponds to the traditional approach
3.
PREFIX/ThirdParty-vAPI
*
allows for an updated value of VERSION,
*eg*
,
`v2
112
-myCustom`
,
*
allows for an updated value of VERSION,
*eg*
,
`v2
206
-myCustom`
,
without requiring a renamed ThirdParty. The API value would still
be
`2
112
`
and the original
`ThirdParty-v2
112
/`
would be found.
be
`2
206
`
and the original
`ThirdParty-v2
206
/`
would be found.
4.
PREFIX/ThirdParty-API
*
same as the previous example, but using an unadorned API value.
5.
PREFIX/ThirdParty-common
...
...
@@ -213,4 +213,4 @@ ThirdParty directory will contain either an `Allwmake` file or a
-
[
Governance
](
http://www.openfoam.com/governance/
)
,
[
Governance Projects
](
https://www.openfoam.com/governance/projects
)
-
[
Contacting OpenCFD
](
http://www.openfoam.com/contact/
)
Copyright 2016-202
1
OpenCFD Ltd
Copyright 2016-202
2
OpenCFD Ltd
doc/Build.md
View file @
365b391b
## Getting the code
Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v2
112
:
Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v2
206
:
-
https://dl.openfoam.com/source/latest/
-
Source: https://dl.openfoam.com/source/v2
112
/OpenFOAM-v2
112
.tgz
-
ThirdParty: https://dl.openfoam.com/source/v2
112
/ThirdParty-v2
112
.tgz
-
Source: https://dl.openfoam.com/source/v2
206
/OpenFOAM-v2
206
.tgz
-
ThirdParty: https://dl.openfoam.com/source/v2
206
/ThirdParty-v2
206
.tgz
## OpenFOAM® Quick Build Guide
Prior to building, ensure that the
[
system requirements
][
link openfoam-require
]
are satisfied (including any special
[
cross-compiling
][
wiki-cross-compile
]
considerations), and source the correct OpenFOAM environment.
For example, for the OpenFOAM-v2
112
version:
For example, for the OpenFOAM-v2
206
version:
```
source <installation path>/OpenFOAM-v2
112
/etc/bashrc
source <installation path>/OpenFOAM-v2
206
/etc/bashrc
```
e.g. if installed under the
`~/openfoam`
directory
```
source ~/openfoam/OpenFOAM-v2
112
/etc/bashrc
source ~/openfoam/OpenFOAM-v2
206
/etc/bashrc
```
...
...
@@ -157,4 +157,4 @@ More details in the [ThirdParty build guide][link third-build].
[
wiki-config
]:
https://develop.openfoam.com/Development/openfoam/-/wikis/configuring
---
Copyright 2019-202
1
OpenCFD Ltd
Copyright 2019-202
2
OpenCFD Ltd
doc/BuildIssues.md
View file @
365b391b
## Known Build Issues (v2
0
12, v2106, v2
1
12)
## Known Build Issues (v2
206, v21
12, v2106, v2
0
12)
### Windows cross-compilation
...
...
@@ -188,4 +188,4 @@ and attempt to install a `paraview~qt` version instead.
[
wiki-config
]:
https://develop.openfoam.com/Development/openfoam/-/wikis/configuring
---
Copyright 2019-202
1
OpenCFD Ltd
Copyright 2019-202
2
OpenCFD Ltd
wmake/rules/General/general
View file @
365b391b
#-------------------------------*- makefile -*---------------------------------
WM_VERSION
=
OPENFOAM
=
220
4
WM_VERSION
=
OPENFOAM
=
220
6
AR
=
ar
ARFLAGS
=
cr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment