Difference between revisions of "Day 15"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
On Day 15 we will finalize our "3 weeks" tutorial series by doing some fun simulations covering the topics
+
On Day 15 we will finalize our "3 weeks" tutorial series by doing a fun programming simulation and going through a couple of pages of pdf.
 
 
* arbitrary mesh interface
 
* acoustics
 
* fluid-structure interaction
 
* additional case setups
 
  
 
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
 
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
  
=https://wiki.openfoam.com/Simulation_project_of_an_exhaust_manifold_by_Tobias_Holzmann Simulation project of an exhaust manifold=
 
 
These screencasts will guide you through an entire CFD simulation project with an exhaust manifold.
 
 
=[https://wiki.openfoam.com/AMI_by_Robert_Lee Arbitrary mesh interface (AMI)]=
 
 
This tutorial shows you the arbitrary mesh interface functionality in OpenFOAM for the modeling of rotating geometries. The video will take you step-by-step through the mesh and case setup. You will learn about:
 
  
* mesh
+
==[https://wiki.openfoam.com/Boundary_Conditions_in_OpenFOAM_by_Divyesh_Variya_(DD_Fluids) Parabolic boundary condition [codedFixedValue]]==
* import/conversion
 
* patches
 
* running the case
 
* postprocessing
 
  
=[https://wiki.openfoam.com/Libacoustics_by_Sergei_Strijhak Acoustics library]=
+
In this tutorial, you will learn how to give a parabolic inlet velocity at inlet using codedFixedValue boundary feature in OpenFOAM.
  
This tutorial gives you an extensive introduction into the theory behind modeling acoustic phenomena. It will guide you through, how you can download the models and use them in your own simulation.
+
Points covered:
  
=[https://wiki.openfoam.com/Simple_fsi_by_Sergei_Strijhak Simple FSI]=
+
* How to use codedFixedValue boundary to apply custom expression at a boundary
 +
* How to add a expression which is spatially varying
 +
* How to create parabolic inlet velocity for a 3D pipe
  
This tutorial gives you an introduction to fluid-structure introduction by explaining the basics with a simple model.  
+
==[https://wiki.openfoam.com/Code_development_by_Tobias_Holzmann Code development]==
  
=[https://wiki.openfoam.com/Tutorials_by_Tobias_Holzmann Case collection]=
+
These screencasts will help you learn how to develop a custom code in OpenFOAM. You will learn about:
  
Here you will find a wide selection of cases, which will help you further improve your knowledge in OpenFOAM.
+
* Basic Information
 +
* Preparing your System
 +
* Preparing the new Solver
 +
* Analyzing the Code
 +
* Advanced Code Analyze
 +
* Building the new Solver
  
=[https://wiki.openfoam.com/Ending_by_Joel_Guerrero End of Day 15 and the "3 weeks" series]=
+
=End of day 15=
  
We reached the end of Day 15 and with that the end of the "3 weeks" series. Now, now... Let's not get emotional here. Let's think about all the great challenges and successes in your CFD career with OpenFOAM and look forward to the future. With this in mind... cheers!
+
Now at the end of Day 15 please return to the [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series] and finish your journey with this series and look forward to further steps.

Latest revision as of 05:35, 4 May 2021

On Day 15 we will finalize our "3 weeks" tutorial series by doing a fun programming simulation and going through a couple of pages of pdf.

Go back to "3 weeks" series.


Parabolic boundary condition [codedFixedValue]

In this tutorial, you will learn how to give a parabolic inlet velocity at inlet using codedFixedValue boundary feature in OpenFOAM.

Points covered:

  • How to use codedFixedValue boundary to apply custom expression at a boundary
  • How to add a expression which is spatially varying
  • How to create parabolic inlet velocity for a 3D pipe

Code development

These screencasts will help you learn how to develop a custom code in OpenFOAM. You will learn about:

  • Basic Information
  • Preparing your System
  • Preparing the new Solver
  • Analyzing the Code
  • Advanced Code Analyze
  • Building the new Solver

End of day 15

Now at the end of Day 15 please return to the "3 weeks" series and finish your journey with this series and look forward to further steps.