|
[Sponsors] |
generation of boundaryData files for timeVaryingMappedFixedValue |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 3, 2011, 13:25 |
generation of boundaryData files for timeVaryingMappedFixedValue
|
#1 |
New Member
Join Date: Feb 2010
Posts: 2
Rep Power: 0 |
Dear foamers,
I'm trying to generate the boundaryData files (to be read by timeVaryingMappedFixedValue) from a previous run with icoFoam. That is, I want to save the values of U and p at the outlet of a channel (U and p at the outlet are transient and nonuniform) in order to be read as inlet boundary conditions (in a subsequent run) once the BoundaryData files have been created. Mesh at the channel inlet and outlet is the same so really no interpolation is needed. I've been trying to manipulate the sample utility (using surface at the outlet patch) to write the boundaryData files but canīt really get the appropiate format of the points, U and p files. I'd be very grateful if someone can give me a hint of how to solve this problem. |
|
February 13, 2011, 21:31 |
|
#2 |
New Member
Walter
Join Date: Feb 2011
Posts: 8
Rep Power: 15 |
This is exactly what I would like to do as well.
I could probably write a script to parse the mesh for locations on the boundaries of interest then look for the U/p values in the solution and format a boundaryData file from that. There must be an easier way, right? or has someone done this already? |
|
September 19, 2016, 16:03 |
|
#3 | |
Senior Member
Mahdi Hosseinali
Join Date: Apr 2009
Location: NB, Canada
Posts: 273
Rep Power: 18 |
Just in case anyone else stumbles upon this:
add the following lines either to functions in controlDict or sampleDict Quote:
|
||
June 3, 2020, 12:32 |
|
#4 |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
Hi Sir, I tried these steps but the boundaryData dictionary didnt appear at all after the simulation. I m using OF7 ,did you get any alternative way to do that?
|
|
June 3, 2020, 20:02 |
|
#5 |
Member
Hasan Celik
Join Date: Sep 2016
Posts: 64
Rep Power: 10 |
||
June 3, 2020, 20:11 |
|
#6 |
Senior Member
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7 |
It is not showing any error but not creating any dictionary with boundaryData.
FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application pimpleFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 10; deltaT 0.01; writeControl timeStep; writeInterval 100; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; functions { #includeFunc writeCellCentres #includeFunc probes #includeFunc R #includeFunc turbulenceIntensity fieldAverage1 { type fieldAverage; libs ("libfieldFunctionObjects.so"); writeControl writeTime; fields ( U { mean on; prime2Mean on; base time; } p { mean on; prime2Mean on; base time; } ); } surfaces { type surfaces; libs ("libsampling.so"); writeControl writeTime; surfaceFormat foam; fields ( U ); interpolationScheme cell; surfaces ( xNormal { type cuttingPlane; planeType pointAndNormal; pointAndNormalDict { point (1 1 1); normal (1 0 0); } interpolate false; } ); } sampledPlanes { type surfaces; functionObjectLibs ("libsampling.so"); outputControl timeStep; outputInterval 1; enabled true; surfaceFormat boundaryData; fields (U); interpolationScheme cellPointFace; surfaces ( center { type patch; patches (outlet); interpolate false; } ); } } It seems like the command is not functional. |
|
Tags |
boundarydata files, timevaryingmappedfixedval |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF issue | MASOUD | Fluent UDF and Scheme Programming | 14 | December 6, 2012 14:39 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
OpenFOAM15 paraFoam bug | koen | OpenFOAM Bugs | 19 | June 30, 2009 11:46 |