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

student666

Register Blogs Community New Posts Updated Threads Search

Old

NACA4 airFoils generator

Posted February 20, 2019 at 16:12 by student666

https://github.com/mcavallerin/airFoil_tools


generate 3D model for foils
Attached Thumbnails
Click image for larger version

Name:	airfoilWinger.png
Views:	636
Size:	72.5 KB
ID:	452  
Senior Member
Posted in Uncategorized
Views 1027 Comments 0 student666 is offline Edit Tags
Old

TestCase --> compressible::turbulentTe mperatureCoupledBaffleMix ed

Posted September 22, 2018 at 17:01 by student666
Updated September 22, 2018 at 18:00 by student666

Following tutorial shows the usage for:
Code:
compressible::turbulentTemperatureCoupledBaffleMixed
for thin layers of materials, that can't be modeled with meshing process.
The test case is for solid regions only.

Compatible with OF5.x 6.x dev


Code:
./run to select for 1D or 2D not conformal mesh
./clean to reset case folder
Attached Files
File Type: gz thermalBaffles_BC_CONDUCTION.tar.gz (52.1 KB, 419 views)
Senior Member
Posted in Usage
Views 1204 Comments 0 student666 is offline Edit Tags
Old

Baffles01 - createPatch & createBaffle

Posted July 21, 2018 at 11:48 by student666
Updated September 22, 2018 at 12: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 1293 Comments 0 student666 is offline Edit Tags
Old

Utility 01 - buildRegionSTL

Posted July 21, 2018 at 09:52 by student666
Updated September 22, 2018 at 12:53 by student666

Following code has to be copied into your ./bashrc on linux system to merge toghether several STL files saved into cad/stl folder.


For more details, have a look to this screen cast
https://www.youtube.com/watch?v=CZvU...OvvbOv&index=1



thanks Tobi

Code:
function buildRegionSTL() {
    if [ -d "cad/stl" ]
    then
        if [ "$#" -ne 1 ]
...
Senior Member
Posted in Pre-processing
Views 1041 Comments 0 student666 is offline Edit Tags
Old

Personal Notes - postProcessing

Posted June 22, 2018 at 23:15 by student666

OF 5.x-dev

Function to be added on controlDict, maybe there's a postProcess utility, but I haven't find any.

This is for sampling fields on surfaces as stl
Code:
        pressureAverageOnTriSurface_left //name of the folder where .dat is saved
        {
            name            left;   //dumb entry ??
            
            type            surfaceFieldValue;
            libs            ("libfieldFunctionObjects.so");
...
Senior Member
Posted in Uncategorized
Views 1103 Comments 0 student666 is offline Edit Tags

All times are GMT -4. The time now is 03:29.