CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home >

CFD Vendor & Organization Feeds

CFD Online top

NAFEMS top

► NAFEMS World Congress 2019 Preliminary Agenda Launched
  15 Mar, 2019
NAFEMS World Congress 2019 Preliminary Agenda LaunchedQUEBEC CITY, CANADA, & GLASGOW, UK, MARCH 15TH 2019 – NAFEMS, the International Association for the Engineering Analysis, Modelling and
► Keynote Speakers announced for NAFEMS World Congress 2019
    7 Feb, 2019
Keynote Speakers announced for NAFEMS World Congress 2019The International Association for the Engineering Analysis Community Launches Extensive Roster of Keynotes for it’s Biennial World Congre
► Memorandum of Understanding between NAFEMS, prostep ivip, PDES, Inc. and AFNeT on behalf of LOTAR and CAE-IF signed 16 October 2018
    6 Feb, 2019
Memorandum of Understanding between NAFEMS, prostepivip, PDES, Inc. and AFNeT on behalf of LOTAR and CAE-IF signed 16 October 2018NAFEMS, prostep ivip, PDES, Inc. and AFNeT on behalf of LOTAR and CAE-
► 5 Reasons to Submit your Abstract for the NAFEMS World Congress 2019
    9 Nov, 2018
5 reasons to submit your abstract for the NAFEMS World Congress 2019 #NAFEMS19 1. Influence the Direction of SimulationNAFEMS is the voice of the CAE community – as simulation moves towards the
► Latest NAFEMS Publications
    1 Nov, 2018
Latest NAFEMS PublicationsThe following publications have been published recently and sent to our members.How To Perform Linear Dynamic Analysis This book aims to provide guidance on the usage of comm
► NAFEMS World Congress 2019 - Call for Papers Now Open
  30 Jul, 2018
NAFEMS are delighted to announce that the call for papers for the 2019 NAFEMS World Congress, in Quebec City, Canada, 17-20 June 2019, is now open.Engineering analysis, modelling and simulation are dy

OpenFOAM ESI-OpenCFD top

► OpenFOAM v2406 released
  26 Jun, 2024
New version of OpenFOAM-v2406

OpenCFD is pleased to announce the June 2024 release of OpenFOAM® v2406. This release extends OpenFOAM-v2312 features across many areas of the code. The new functionality represents development sponsored by OpenCFD's customers, internally funded developments, and integration of features and changes from the OpenFOAM community.


Full information about the release can be found at https://www.openfoam.com/news/main-news/openfoam-v2406


Among the new developments you will find:


Pre-processing
  • New createViewFactors application
  • Improved renumberMesh
  • Improved snappyHexMesh
  • Improved surfaceInertia
  • topoSet: optional transformation of geometric selection

Numerics
  • mproved MRF for compressible cases
  • Improved finite area

Solvers and physical models
  • mproved MRF for compressible cases
  • Improved finite area

Post-processing
  • New viewFactorHeatFlux function object
  • New Ensight single file format reading
  • New Ensight cloud function object
  • New polyhedral cell conversion

Parallel
  • GAMG: fix processorAgglomeration
  • cyclicAMI: fix cyclicAMI in linear solver on large core counts

Usability
  • New lookup Function1s
  • Improved topoSet utility: selection of set or zone
  • New periodic cyclic AMI tutorial

Community
  • New submodule: Data-Driven Modelling SIG repository
  • New contributions to the Turbulence TC repository

A big Thank you to the following people who contributed to OpenFOAM.

In addition to source code packages suitable for compilation on a variety of Linux and other POSIX systems, this release also has a number of pre-compiled binary packages for Linux and MS Windows.
► OpenFOAM v2312 released
  10 Jan, 2024
New version of OpenFOAM-v2312
OpenCFD is pleased to announce the December 2023 release of OpenFOAM® v2312. This release extends OpenFOAM-v2306 features across many areas of the code. The new functionality represents development sponsored by OpenCFD's customers, internally funded developments, and integration of features and changes from the OpenFOAM community.


Full information about the release can be found at https://www.openfoam.com/news/main-news/openfoam-v2312


Among the new development you will find:


Pre-processing
  • snappyHexMesh: writing faces from the automatic leak path closure
  • snappyHexMesh: new multiple inside points
  • snappyHexMesh: parallel meshing load balancing
  • snappyHexMesh: layer-by-layer addition
  • Improved checkMesh and subsetMesh utility
Numerics
  • Community contribution: Improved adjoint shape optimisation
  • Community contribution: New topology-based adjoint optimisation

Solvers and physical models
  • Improved fvOptions: moving points
  • New fvOption: mapped field constraint
  • Community contribution: new Turbulence Technical Committee submodule
  • Improved Lagrangian Brownian motion

Post-processing
  • New Abaqus sampled set and set writer
  • Improved patch seed set
  • New reduced-order modelling field reconstruction with DMD
Parallel
  • Coupled patch field value consistency
  • Non-blocking cyclic A(C)M
  • GAMG : support for cyclicAMI in processor agglomeration
  • Improvements for redistributePar and file systems


In addition to source code packages suitable for compilation on a variety of Linux and other POSIX systems, this release also has a number of pre-compiled binary packages for Linux and MS Windows.

OpenFOAM Foundation top

► OpenFOAM v12 Released
    9 Jul, 2024
OpenFOAM v11 Released - See Full Announcement

The OpenFOAM Foundation is pleased to announce the release of version 12 of the OpenFOAM open source CFD toolbox. Version 12 takes advantage of modular solvers and non-conformal coupling (NCC) to improve simulations with multiple regions, including simplifying meshing and coupling. Work has continued on the rewrite of particle code, e.g. injection and distribution, parallel decomposition, redistribution and load balancing. There are some new, useful boundary conditions and the option to include units, e.g. [bar], with input values, which are converted accordingly. The installation of third party software is easier, with the openfoam12 package for Ubuntu 24.04 & 22.04 now using the standard paraview package.
OpenFOAM 12 includes the following highlights.
  • Modular Solvers: support source terms for one variable for equations of other variables.
  • Multiphase: improved models for mass, momentum and heat transfer, and solid phases.
  • Turbulence Modelling: robust limiting of fields simplified and corrected wall functions.
  • Heat: added viscous heating model and improved naming in thermodynamic properties.
  • Particle Tracking: generalised injection and particle distributions.
  • Meshes: upgraded mesh generation and coupling of multiple mesh regions.
  • Parallel Running: efficient options for load-balancing, decomposition and redistribution.
  • Function Objects: moved to a system/functions file, and added new function objects.
  • Models: added volume and mass sources which are added to mass continuity.
  • Boundary Conditions: new pressure, velocity and temperature boundary conditions.
  • Case Configuration: parameters can include units, e.g. [bar].
  • Programming: foamFind script to search source code; example coded function objects.
  • Other: Easier installation of ParaView and decomposition libraries.
  • 722 code commits, 100+ resolved issues.
  • ISO/IEC 14882:2011 (C++14): tested for GCC v5.5+, Clang v16+ (v10+ should also work).
OpenFOAM 12 is packaged for the following platforms:
The OpenFOAM 12 Source Pack can be compiled on suitable Linux platforms.

Credits

OpenFOAM 12 was produced by:
Licence

OpenFOAM 12 is distributed under the General Public Licence v3 by the OpenFOAM Foundation.

OpenFOAM Other Sources top

► 6th Iberian Meeting of OpenFOAM users, October 3rd-4th 2024, Ferrol/A Coruña (SPAIN)
  15 Jul, 2024
Dear all,

It is our great pleasure to announce the next FOAM@Iberia Users Meeting, to be held in the University of A Coruña (Ferrol, Spain) on the 3rd and 4th of October, 2024.

All OpenFOAM users, whether beginners or advanced, are welcome to participate and share knowledge, ideas, and experiences in a friendly and collaborative environment. Don't miss out on the chance to learn and network with FOAMers from the Iberian peninsula!

You can still send your contributions until the 25th of July 2024, and registration is currently open.
More information on: https://foam-iberia.eu/

Anne Gosset, on behalf of the organizing committee
► OpenFOAM training resources
  10 Apr, 2024
OpenFOAM training resources by Wolf Dynamics

We just ended another OpenFOAM training cycle; thank you very much to all participants. As usual, the slides and tutorials are free for the whole community; you can download the training material at the following links:



OpenFOAM advanced training. Turbulence modeling in general CFD and OpenFOAM - Theory and applications
https://figshare.com/articles/presen...tions/19310162



OpenFOAM advanced training. Multiphase flows modeling in general CFD and OpenFOAM - Theory and applications
https://figshare.com/articles/presen...tions/19310483




OpenFOAM advanced training. Introduction to the FVM method. Standard practices in general CFD with applications to OpenFOAM
https://figshare.com/articles/presen...nFOAM/19308740




OpenFOAM advanced training. Moving meshes, rigid body motion, adaptive mesh refinement, and overset meshes
https://figshare.com/articles/presen...eshes/19310492




DAKOTA-OpenFOAM advanced training. Design of experiments, space exploration, and numerical optimization using Dakota and code coupling Dakota-OpenFOAM
https://figshare.com/articles/presen...nFOAM/19310495




All the training material is based on OpenFOAM 11 (except for the dynamic meshes training).




👉Follow us on YouTube: https://www.youtube.com/channel/UCNN...S1rGeCVUU1p61g
► Numap-foam 2024
    6 Apr, 2024
Numerical Modelling of Coupled Problems in Applied Physics with OpenFOAM (NUMAP-FOAM)
Summer School 2024 at the University of Cambridge, UK


Link: https://ccm.phy.cam.ac.uk/numap-foam-summer-school-2024

The Centre for Scientific Computing at the Department of Physics, The Cavendish Laboratory announces the 17th edition of the Summer School on Modelling of Coupled Problems in Applied Physics with OpenFOAM (NUMAP-FOAM) for graduate students and young researchers in Cambridge in September 2024. The Program Chairs are Professor Hrvoje Jasak (University of Cambridge, UK) and doc.dr. Tessa Uroic (University of Zagreb, Croatia).

Description

The School aims to provide tuition at expert level for a small and selected group of students and researchers in academia and industry. The idea of the NUMAP-FOAM School is to expand the physical modelling knowledge, numerics and programming skills of attendees using OpenFOAM in their research through direct supervision and one-to-one project work. Lectures on chosen topics of mathematical and numerical modelling pertinent to coupled problems in engineering and applied physics will be delivered in addition. For further references, please contact the organisers or one of more than 180 alumni of previous editions of the School.

To ensure quality of work and individual supervision, the number of places is strictly limited.

Place and Time: The Maxwell Building at the Cavendish Laboratory, West Cambridge

The 17th edition NUMAP-FOAM shall take place between Monday, 2 September 2024 and Friday, 13 September 2024, inclusive (10 working days). The School shall be held at the The Cavendish Laboratory, Department of Physics, (Maxwell Building), University of Cambridge, UK.

Topic Areas

Students are invited to propose their own topics for the School. Preference shall be given to project which require complex programming in OpenFOAM, advanced software design and implementation of complex / coupled physical models in OpenFOAM. Special topics for this year's Summer School include naval hydrodynamics CFD, multi-phase and free surface flows, exa-scale applications of implicit linear algebra, GPU for unstructured CFD, magneto-hydrodynamic applications and electro-chemistry in CFD.

How to Apply: NUMAP-FOAM Summer School 2024

To apply, please write a one-page description of the project you wish to work on, with current problems and goals to be achieved at the School. Application is open to all students on graduate University courses, as well as researchers in companies and government organisations with sufficient knowledge of OpenFOAM.

Please note this is NOT an introductory OpenFOAM course: significant understanding of the project and software is a pre-requisite for application.

Deadline for application is 15 May 2024. Successful candidates will be informed within two weeks of closing.

Accommodation and Costs

Attendees to the School should plan to cover their travel and accommodation expenses, ideally bringing a laptop computer with them. A registration fee for the School is GBP 2000 per attendee. It is recommended to look for accommodation at one of many Cambridge Colleges.

Contact Details

For further details and submission of project proposals, please contact prof. Hrvoje Jasak (hj348 (at) cam.ac.uk) or dr. Tessa Uroic (tessa.uroic (at) fsb.hr).

Legal

OPENFOAM is a registered trade mark of ESI-OpenCFD Limited.
► CFD with OpenFOAM online training, training provided by Technical Courses 2024
  14 Feb, 2024
CFD with OpenFOAM course, 60 hours online, 27th February 2024, price is 400€ - Euros.

Students will require approximately 60 hours to acquire a intermediate OpenFOAM level and obtain a certificate diploma. Nevertheless, additional material is provided for students who want to spend more than 60 hours and acquire a higher level.

The course is structured as follows:
- 11 theoretical chapters (each chapter includes a text and a videolesson)
- 8 basic exercises (each exercise includes a text and a videotutorial)
- 7 intermediate exercises (each exercise includes a text and a videotutorial).

The whole material (videolessons, exercises and texts) is available from the first day and there is no schedule. Videolessons are recorded. This enables each student to progress according to his learning pace.

More information & registration under: http://www.technicalcourses.net/port...php?curso_id=8
► 7th French/Belgian OpenFOAM user conference, May 22-23rd 2024, Paris-Saclay (FRANCE)
    5 Dec, 2023
Dear OpenFOAMers,

We are pleased to announce the 7th French/Belgian OpenFOAM users conference will be held in Paris-Saclay, France, on May 22nd and 23rd 2024.

You can already submit a presentation title here.
Early bird registration is open until February 28th 2024.

For this 7th edition, you will be able to choose between a workshop session OR a tour of the Synchrotron Soleil facility.
The workshop session will aim to gather users who want to share their knowledge and issues on specific topics (e.g. meshing, post-processing, ...).
Attendees will be asked to sort topics in order of preference beforehand in order to pick the most popular ones.

Important dates:
February 28th 2024: end of early bird registration
May 22nd-23rd 2024: conference

More information: https://www.foam-u.fr/

Save the date!
Yann, on behalf of the organizing committee
► November 2023 - Status Report for the blueCFD-Core project
  29 Nov, 2023
Greetings to all!

We have news on the current status of the blueCFD-Core project: http://bluecfd.github.io/Core/2023/11/29/status-report/

In a nutshell:
  1. We report there on the status of the project and how the funding we have received since 2022, has been invested. Quoting from there:
    Quote:

    As you can see here: commit history page for blueCFD-Core-dev branch, we have implemented a continuous integration bot named blueCFD-bot which automatically synchronizes our development branch with the OpenFOAM Foundation’s development line: OpenFOAM-dev commit history page
  2. The ongoing development has the objective to reduce the effort needed to make the release of each version of blueCFD-Core, which syncs up with each major release from the OpenFOAM Foundation. More details on how this is planned is given on that news post.
Do comment on the benefits this project has brought to you and reasons you see in it to continue moving forward!

For those who are not familiar with the blueCFD-Core project, it unleashes OpenFOAM at Windows, by bringing native builds on Windows of the releases and developments made by OpenFOAM Foundation, without the need to rely on any virtualization software nor Linux-based subsystem (e.g. WSL and Cygwin). It also enables you to build OpenFOAM-based custom code directly on Windows, without the need to cross-compile on Linux.

Best regards,
Bruno Santos


OpenFOAM Wiki top


return

Layout Settings:

Entries per feed:
Display dates:
Width of titles:
Width of content: