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

Blog Entries

Register Blogs Community New Posts Updated Threads Search

Old

10 crucial parameters to check before committing to a CFD software for academia

Posted August 4, 2020 at 14:11 by thunde47

I have put together a comprehensive list of 10 crucial parameters that you, as a researcher or a teacher, should check with the CFD software provider, before committing to their software.

https://www.linkedin.com/pulse/10-cr...CEqwYpmA%3D%3D
Attached Thumbnails
Click image for larger version

Name:	cfd_academic.PNG
Views:	363
Size:	107.8 KB
ID:	511  
Senior Member
Posted in Uncategorized
Views 864 Comments 0 thunde47 is offline Edit Tags
Old

Compilation of OpenFOAM v1912 with runTimePostProcessing

Posted July 17, 2020 at 08:08 by snak

runTimePostProcessing functionality is not available in precompiled packages of v1912.

I will note how to compile OFv1912 with runTimePostProcessing.

Code:
cd $WM_THIRD_PARTY_DIR
makeParaView
check the VTK version with the following command.

Code:
cat ParaView-v5.6.3/VTK/CMake/vtkVersion.cmake
If the version is 8.2.0, create a link with the name of VTK-8.2.0.

Code:
ln -s ParaView-v5.6.3/VTK/ VTK-8.2.0
Now, compile the VTK.

...
Senior Member
Views 749 Comments 0 snak is offline Edit Tags
Old

Baffles01 - createPatch & createBaffle

Posted July 21, 2018 at 12:48 by student666
Updated September 22, 2018 at 13:52 by student666

Objective: test cases for using following dicts:
  • createPatchDict
  • createBafflesDict

Preliminary steps:
  1. Run the Salome script for the geometry and surface mesh generation
  2. Export walls, inlet outlet inside cad/stl as STL (ASCII)
  3. Run the utility buildRegionSTL, it will create the constant/triSurface folder with buildRegionSTL.stl
  4. Export the interna mesh as interna.stl inside constant/triSurface

************Set up the SHM dict file for create Patch (highlights)...
Senior Member
Posted in Pre-processing
Views 2197 Comments 1 student666 is offline Edit Tags
Old

Lognormal Distribution for Particle Size in OpenFOAM

Posted May 1, 2018 at 12:13 by Mehar

This is for future reference, if anyone wants to use lognormal particle distribution in OpenFoam.
1) Generate PDF from following formula


Here mu and sigma are the geometric mean and standard deviation of the particle size distribution
Here is an example plot of the lognormal distribution with mean 1 and standard deviations of 1.8, and 3. You can first re-create lognormal distribution with these parameters...
Attached Files
File Type: xlsx logNormal Pdf.xlsx (36.0 KB, 512 views)
File Type: txt kinematicCloudProperties.txt (5.2 KB, 433 views)
New Member
Posted in OpenFoam
Views 2948 Comments 1 Mehar is offline Edit Tags
Old

Meshing with Solome for OpenFOAM

Posted January 26, 2018 at 16:13 by makaveli_lcf (test)

So I have started to study Salome for the drawing and meshing geometries for the OpenFOAM applications.

It is very easy tool to create geometries, in my case first try was continuous casting mold with a submerged entry nozzle.

Meshing order

  1. Mesh the edges, especially feature edges
  2. Mesh faces with the transition from smaller elements near the features to bigger ones away from them (where it is actually needed)
  3. Mesh the rest of the volume mesh
Senior Member
Posted in Preprocessing
Views 1472 Comments 0 makaveli_lcf is offline Edit Tags

All times are GMT -4. The time now is 14:20.