|
[Sponsors] |
Creation of boundaryData for turbulentDigitalFilterInlet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 13, 2020, 03:49 |
Creation of boundaryData for turbulentDigitalFilterInlet
|
#1 |
Senior Member
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 16 |
I am looking for a way to create patch-profile input for the turbulentDigitalFilterInlet inlet type as mentioned here:
https://www.openfoam.com/documentati...-dfm-fsm-usage I understand that I can create inlet profiles of the mean velocity and Reynolds stresses. I have the values of the profiles in a csv format but I am not sure how the create the proper files in constant/boundaryData/<patch Name/... |
|
July 15, 2021, 08:20 |
|
#2 |
Member
Tom Lauriks
Join Date: Apr 2020
Posts: 34
Rep Power: 6 |
Hi,
to my understanding, there should be in the patch name dir, a points file. It should contain the coordinates, e.g.: Code:
( ( -1.5 0 0.0 ) ( -1.5 0 0.0015102 ) ... ( -1.5 0 0.119958 ) ( -1.5 0 0.123124 ) ) Then in patch name/0, there should be a file containing the reynolds stresses - R - (but I believe that you can also define them as uniform across the patch) and a file containing the velocity - UMean - at the points corresponding to the coordinates described in points, e.g. for R I have: Code:
( ( 0.000000e+00 0.000000e+00 -0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 ) ( 7.803253e-02 0.000000e+00 -1.512301e-02 5.737909e-02 0.000000e+00 2.234312e-02 ) ... ( 6.004497e-01 0.000000e+00 -1.293823e-01 3.694919e-01 0.000000e+00 2.414780e-01 ) ( 5.990021e-01 0.000000e+00 -1.301567e-01 3.693150e-01 0.000000e+00 2.433442e-01 ) ) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
generation of boundaryData files for timeVaryingMappedFixedValue | MartinEB | OpenFOAM Programming & Development | 5 | June 3, 2020 20:11 |
Creating boundaryData folder for timeVaryingMappedFixedValue boundary condition | Sid! | OpenFOAM Running, Solving & CFD | 2 | October 4, 2017 02:44 |
Creation of a plane surface with the TUI | EmiS | FLUENT | 2 | August 31, 2016 09:11 |
problem with surface creation in ICEM from multiple curves | dialolema | ANSYS Meshing & Geometry | 2 | October 27, 2014 14:14 |
about rate of species creation and depletion | shao | FLUENT | 1 | July 8, 2002 16:21 |