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

Blog Entries

Register Blogs Members List Search Today's Posts Mark Forums Read

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 2361 Comments 1 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 1262 Comments 0 student666 is offline Edit Tags
Old

Open/Public answer to a recent blog post at LinkedIn

Posted July 14, 2018 at 08:03 by wyldckat

This blog post provides a complete answer to Tobias Holzmann's following post at LinkedIn: https://www.linkedin.com/feed/update...72321633218560

This is because LinkedIn has a limited number of characters per comment and it required me to login in order to read the complete post... so I guess it's better that I answer here instead.

-----------

Hi Tobi and greetings to all!

Since you mentioned me here, I guess I have to answer here as...
Retired Super Moderator
Posted in Rantings
Views 2199 Comments 1 wyldckat 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 1292 Comments 0 student666 is offline Edit Tags
Old

Tutorial of how to plot residuals !

Posted May 31, 2018 at 06:31 by yashjo

Found this very helpful.

Quote:
Originally Posted by wolle1982 View Post
Hi all,

since apearantly noone has an idea of how to plot the residuals of a calculation on-the-fly, I will give a small manual on that:

Tutorial on "How to plot the residuals (and forces) graphically on screen on-the-fly"

Step 1:
Start the calculation and make it write out a log-file. for example
turbFoam >log
"log" is the name of the log-file to be output. It is written into
...
New Member
Posted in Uncategorized
Views 1449 Comments 2 yashjo is offline Edit Tags

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