Difference between revisions of "FAQ/General"

From OpenFOAMWiki
< FAQ
(Where can I find support or ask questions about openFOAM?)
m (Where can I find support or ask questions about OpenFOAM?)
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
You can cite the [http://www.openfoam.org  www.openfoam.org] website, if web-referencing is allowed, otherwise, cite the OpenFOAM documentation.
 
You can cite the [http://www.openfoam.org  www.openfoam.org] website, if web-referencing is allowed, otherwise, cite the OpenFOAM documentation.
  
=== Where can I find support or ask questions about openFOAM? ===
+
=== Where can I find support or ask questions about OpenFOAM? ===
  
 
;CFD Online: You can ask questions on the [http://www.cfd-online.com/Forums/openfoam/ OpenFOAM message board].
 
;CFD Online: You can ask questions on the [http://www.cfd-online.com/Forums/openfoam/ OpenFOAM message board].
  
 
;IRC: There also is an IRC channel at [http://freenode.net/ freenode]. The configuration parameters are:
 
;IRC: There also is an IRC channel at [http://freenode.net/ freenode]. The configuration parameters are:
 +
:* Server: irc.freenode.net
 +
:* Channel: #openFOAM-IRC
 +
: For direct access to the IRC channel click [irc://irc.freenode.net/openFOAM-IRC here], if you have a browser configured to start your IRC client.
  
* Server: irc.freenode.net
+
;Discord: The OpenFOAM Discord channel can be accessed  [https://discord.gg/P9p9eHn here]. According to the [https://www.cfd-online.com/Forums/openfoam-community-contributions/197468-openfoam-discord.html admin], the goal here is to provide a live discussion, for small questions that maybe don't deserve a new thread on the forum and obtain instant help. It is more suitable for beginners, as advanced questions may need developed answers, thus the forum. There is also an [https://discord.gg/5hXCM8K OpenFOAM channel] here on Elmer's Discord server.
* Channel: #openFOAM-IRC
+
  
For a direct access to the IRC channel click [irc://irc.freenode.net/openFOAM-IRC here], if you have a browser configured to start your IRC client.
+
;StackOverflow: you may follow the OpenFOAM tag on [https://stackoverflow.com/questions/tagged/openfoam StackOverflow] or [https://scicomp.stackexchange.com/questions/tagged/openfoam Computational Science beta]
 
+
;Discord: The OpenFOAM Discord channel can be accessed  [https://discord.gg/P9p9eHn here]. According to the [https://www.cfd-online.com/Forums/openfoam-community-contributions/197468-openfoam-discord.html admin] the goal here is to provide a live discussion, for small questions that maybe don't deserve a new thread on the forum and obtain instant help. It is more suitable for beginners, as advanced questions may need developed answers, thus the forum.
+
 
+
;StackOveflow: you may follow the OpenFOAM tag on [https://stackoverflow.com/questions/tagged/openfoam StackOverflow] or [https://scicomp.stackexchange.com/questions/tagged/openfoam Computational Science beta]
+
  
 
;Reddit: There a couple of subreddits where you can read or ask OpenFOAM related questions. The [https://www.reddit.com/r/OpenFOAM/ r/OpenFOAM] is dedicated to OF, but [https://www.reddit.com/r/CFD/ r/CFD] is also a good place to look for.
 
;Reddit: There a couple of subreddits where you can read or ask OpenFOAM related questions. The [https://www.reddit.com/r/OpenFOAM/ r/OpenFOAM] is dedicated to OF, but [https://www.reddit.com/r/CFD/ r/CFD] is also a good place to look for.
  
;Commercial: for corporations, consultants and academic institutions there are plenty of paid services available:  [http://www.openfoam.com/support/ OpenCFD], [https://cfd.direct/openfoam-support/cfd-support/ CFD Direct], [https://www.cfdsupport.com/index.html CFD Support], [https://engys.com/ ENGYS], [http://www.fluidyna.com/ FluiDyna], [http://sourceflux.de/ SourceFlux], [http://wikki.gridcore.se/wikkiweb/company Wikki] to mention some.
+
;Commercial: for corporations, consultants and academic institutions there are plenty of paid services available, listed at [[Template:Frontpage_Links|Frontpage links template page]].
  
 
=== How do the OpenFOAM versions, variants and forks differ? ===
 
=== How do the OpenFOAM versions, variants and forks differ? ===
Line 63: Line 61:
  
 
'''Warning''': Estimated amount of time necessary to get [[FoamX]] (barely) working with any of the latest OpenFOAM versions: 40 to 80 hours of dedicated work in coding in Java, depending on your level of experience.
 
'''Warning''': Estimated amount of time necessary to get [[FoamX]] (barely) working with any of the latest OpenFOAM versions: 40 to 80 hours of dedicated work in coding in Java, depending on your level of experience.
 +
 +
There is also a Cygwin Porting for Windows [http://oshima.eng.niigata-u.ac.jp/OpenFOAM/FoamX-cygwin/README-20070224.html here].

Latest revision as of 10:08, 8 December 2021


1 FAQ Section 1: General

General questions about OpenFOAM. Legal etc

1.1 What is OpenFOAM?

OpenFOAM is an open source library designed for development of parallel or serial multi-dimensional modeling codes. OpenFOAM includes numerous C++ classes for finite volume, finite element, and Lagrangian particle tracking. OpenFOAM also comes with numerous computational fluid dynamics, combustion, and heat transfer programs that demonstrate the capabilities and usage of OpenFOAM. These solvers are useful for a wide range of scientific and engineering applications and can be customized as needed. Read more...

1.2 Can I use OpenFOAM?

Yes. OpenFOAM has been released by OpenCFD under the terms of the GNU GPL 2 license.

According to this licence, you can freely download, install and use OpenFOAM. Moreover, you have full access to the source code of OpenFOAM and you can modify it to customize it on your needs.

1.3 How can I properly reference OpenFOAM?

You can cite the www.openfoam.org website, if web-referencing is allowed, otherwise, cite the OpenFOAM documentation.

1.4 Where can I find support or ask questions about OpenFOAM?

CFD Online
You can ask questions on the OpenFOAM message board.
IRC
There also is an IRC channel at freenode. The configuration parameters are:
  • Server: irc.freenode.net
  • Channel: #openFOAM-IRC
For direct access to the IRC channel click here, if you have a browser configured to start your IRC client.
Discord
The OpenFOAM Discord channel can be accessed here. According to the admin, the goal here is to provide a live discussion, for small questions that maybe don't deserve a new thread on the forum and obtain instant help. It is more suitable for beginners, as advanced questions may need developed answers, thus the forum. There is also an OpenFOAM channel here on Elmer's Discord server.
StackOverflow
you may follow the OpenFOAM tag on StackOverflow or Computational Science beta
Reddit
There a couple of subreddits where you can read or ask OpenFOAM related questions. The r/OpenFOAM is dedicated to OF, but r/CFD is also a good place to look for.
Commercial
for corporations, consultants and academic institutions there are plenty of paid services available, listed at Frontpage links template page.

1.5 How do the OpenFOAM versions, variants and forks differ?

The official version is OpenFOAM, provided by the OpenFOAM Foundation, where:

  • Version 4.0 is the current stable release, which the latest stable version to be released as binary. This should be the version of choice for most users.
  • OpenFOAM 4.x is the official bug fix branch and thus contains the newest bug-fixes and features, but comes at the price of being less tested.
  • If you're looking for an even more bleeding edge version, you can find the development repository here: OpenFOAM-dev @ GitHub


Known forks and variants of OpenFOAM are all listed at this page: Forks and Variants

1.6 Where is FoamX?

FoamX was only developed up to OpenFOAM 1.4.x and is obsolete as of version 1.5. For more information, read the section Appendix A: The FoamX case manager from the Main UserGuideAddendum, which has got annotations concerning the OpenFOAM User Guide.

If you are looking for a GUI for using OpenFOAM, check this page: GUI


Nonetheless, if you are willing to be stubborn enough to spend countless hours delving into the World of Java, feel free to get the original source code for FoamX from the official OpenFOAM project at SourceForge.net:

  1. The last known version of FoamX is part of the main source code package: OpenFOAM-1.4.1.General.gtgz
  2. Download the file and then unpack it with the following command:
    tar -xzf OpenFOAM-1.4.1.General.gtgz
  3. The source code for FoamX is inside the folder: applications/utilities/preProcessing/FoamX
  4. Since building FoamX is part of the OpenFOAM build structure, then the last known instructions related to building FoamX are part of these instructions: Installation/Outdated/Howto compile OpenFOAM

Warning: Estimated amount of time necessary to get FoamX (barely) working with any of the latest OpenFOAM versions: 40 to 80 hours of dedicated work in coding in Java, depending on your level of experience.

There is also a Cygwin Porting for Windows here.

Facts about "FAQ/General"RDF feed
FaqdescriptionGeneral questions about OpenFOAM. Legal etc +
FaqnameGeneral +
Faqnumber1 +