CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

TimeVaryingMappedFixedValue

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 10, 2011, 08:00
Default
  #21
Member
 
Join Date: Apr 2010
Posts: 51
Rep Power: 16
bephi is on a distinguished road
Hello everybody,

my question would be whether it is possible with timeVarryingMappedFixedValue to map solutions from another simulation to the inlet of a new one.

in my case I have different velocity profiles at the outlet of a simple tube (because of an oscillating pressure gradient) and I want to use those U-profiles for a lot of time directories at the inlet of another gemetrie e.g. 0,0.001,0.002,0.003,....

is there a way to achieve this?
greets
bephi is offline   Reply With Quote

Old   August 17, 2011, 10:14
Default
  #22
Senior Member
 
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17
markusrehm is on a distinguished road
Hello,

I successfully used timeVaryingMappedFixedValue but checking the inlet patch I observed that a few faces did not obtain the right values. I added two pictures to illustrate the problem. Any suggestions to get rid of the problem?

Markus
Attached Images
File Type: jpg mapped.jpg (66.4 KB, 207 views)
File Type: jpg original.jpg (80.4 KB, 166 views)
markusrehm is offline   Reply With Quote

Old   December 19, 2012, 10:09
Default timeVaryingMappedFixedValue
  #23
Member
 
Dr Sachin Borse
Join Date: Oct 2011
Location: Pune, Republic of India
Posts: 52
Rep Power: 14
sachinlb is on a distinguished road
dear All
how to specify k, epsilon and u boundary condition for timeVaryingMappedFixedValue for inlet. Please answer...
Dr Borse
sachinlb is offline   Reply With Quote

Old   December 19, 2012, 10:13
Default
  #24
Member
 
Dr Sachin Borse
Join Date: Oct 2011
Location: Pune, Republic of India
Posts: 52
Rep Power: 14
sachinlb is on a distinguished road
timeVaryingMappedFixedValue.
How to specify boundary condition for k, epsilon and U for timeVaryingMappedFixedValue....I am not able to generate k, epsilon, U fields from already existing boundary fIELDS..
dr borse
sachinlb is offline   Reply With Quote

Old   August 27, 2013, 17:41
Default
  #25
New Member
 
Join Date: Aug 2013
Posts: 20
Rep Power: 12
KYPCK444 is on a distinguished road
hello everybody,

I'm trying to understand how the pitzDailyExptInlet tutorial (employing timeVaryingMappedFixdValue patch type) works.

I mean, apart from the files points (70 values) and U, k, epsilon (70 values) in boundaryData directory, why does it need nonUniform lists of values (30 values) at inlet for k and epsilon in 0 directory?
why 30 values?
why not a list for 0/U too?

I'm using timeVaryingMappedFixedValue patch at inlet in a channel flow, which uses as inlet boundary condition fields sampled at a certain section of a "preliminar channel flow".
I would like to know if it is sufficient to create a boundaryData directory with points and field files obtained with the sample utility, or if it is needed to include a list of values (how many values?!) in 0/U,p,....

thank you very much in advance
KYPCK444 is offline   Reply With Quote

Old   May 26, 2014, 09:20
Default
  #26
mgg
New Member
 
Join Date: Nov 2012
Posts: 27
Rep Power: 13
mgg is on a distinguished road
Quote:
Originally Posted by markusrehm View Post
Hello,

I successfully used timeVaryingMappedFixedValue but checking the inlet patch I observed that a few faces did not obtain the right values. I added two pictures to illustrate the problem. Any suggestions to get rid of the problem?

Markus
Hallo Markus,

I also have the same problem with you. I have more points without right values. Did you figure it out?
mgg is offline   Reply With Quote

Old   July 24, 2014, 04:30
Default
  #27
Senior Member
 
Albrecht vBoetticher
Join Date: Aug 2010
Location: Zürich, Swizerland
Posts: 237
Rep Power: 16
vonboett is on a distinguished road
Hello,
considering faces that have not the right values: I don't know why but it might help to consider how the geometry is evaluated. We discussed the BC at the OF Stammtisch Zürich and based on boundaryData/PATCH/points, the first point of the file is taken (p1) and a search for the farthest point from p1 is done to gian p2. Then a search is done for the point that is farthest from p2-p1 (=p3). Then a linear interpolation for every face center of the chosen patch is performed, weighted to 3 vertices. So, maybe resorting the point file might solve it?
vonboett is offline   Reply With Quote

Old   March 24, 2015, 05:43
Default
  #28
Senior Member
 
Join Date: Jan 2013
Posts: 372
Rep Power: 14
openfoammaofnepo is on a distinguished road
Hello,

I am also interested in this kind of BC in OF now. In the tutorial simpleFoam/pitzDailyExptInlet/, we have the constant/boundaryData/inlet/points, and there are two parts of the point coordinates: min z and max z.

For max z, why the z coordinate is 0.173. I plot out the geometry using paraview, actually the z is from -0.0005 to 0.0005. So the zmin and zmax for the points on the inlet should be -0.0005 and 0.0005, respectively. What is the problem for my above understanding? Thank you so much.


Quote:
Originally Posted by irishdave View Post
Hello,

I have been looking at the timeVaryingMappedFixedValue fvPatch. I am currently making a program that will be used to create inlet data. This patch looks to be the perfect solution in order to use the created data within a case. My question is where can I find more documentation on the patch? I want to be able to create the constant/boundaryData/inlet files.

What is contained in the points file and is there an easy way to create one?

Why for the tutorial case simpleFoam/pitzDailyExptInlet/ which uses the BC do the files contain 70 values when the fvPatch faceCells() function returns 30 cells for the case?

I am currently trying to implement a inflow data generator for OpenFOAM which upon completion will be made available open-source to the OpenFOAM community.

Thanks
David
openfoammaofnepo is offline   Reply With Quote

Old   May 28, 2015, 13:37
Default Points for inlet
  #29
New Member
 
Join Date: May 2015
Posts: 29
Rep Power: 10
avd28 is on a distinguished road
Hi all,
I'am using OpenFOAM 2.3.0 and want to use the timeVaryingMappedFixedValue condition to control my inlet pressures on the boundary.My question is, how do I extract the points on the inlet surface to include in the points file in the constant/boundaryData/inlet folder?

I'am sorry if this has a fairly obvious answer, I started using OpenFOAM only the past month.
avd28 is offline   Reply With Quote

Old   May 3, 2017, 08:59
Default Is there any alternative of oscillatingFixedValue inlet bc in opnFoam 4.1?
  #30
New Member
 
Vivekananda
Join Date: May 2017
Location: Cardiff, UK
Posts: 26
Rep Power: 8
sinhavivekananda318 is on a distinguished road
hello foamers,

I am trying to give a sinusoidal velocity profile at the inlet. but as I am using openfoam 4.1 , the derived bc's doesn't contain an oscillatingFixedValue bc. I am unable to find out the equivalent one for ofv4.1. Please help me out
atanzr likes this.
sinhavivekananda318 is offline   Reply With Quote

Old   September 19, 2017, 12:38
Default
  #31
vs1
New Member
 
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 9
vs1 is on a distinguished road
How to switch on debug ?
vs1 is offline   Reply With Quote

Old   January 25, 2018, 03:03
Default
  #32
Eko
Member
 
Join Date: Dec 2017
Location: Germany
Posts: 48
Rep Power: 8
Eko is on a distinguished road
Hey guys,

I am also looking at the tVMFV boundary condition and thought about using it to set an hourly temperature on my patches.
So I got one question.
Is there a way to do this for the whole patch or do I have to look for the points and give each one a value?

Last edited by Eko; January 25, 2018 at 09:04.
Eko is offline   Reply With Quote

Old   June 16, 2021, 06:55
Exclamation
  #33
Senior Member
 
kimy
Join Date: Mar 2019
Location: https://t.me/pump_upp
Posts: 164
Rep Power: 7
qi.yang@polimi.it is on a distinguished road
Send a message via ICQ to qi.yang@polimi.it Send a message via AIM to qi.yang@polimi.it Send a message via Yahoo to qi.yang@polimi.it
Thanks you!
qi.yang@polimi.it is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TimeVaryingMappedFixedValue field creation johndeas OpenFOAM Running, Solving & CFD 24 June 14, 2021 14:56
TimeVaryingMappedFixedValue best practice to extract subset points and fields podallaire OpenFOAM Running, Solving & CFD 6 May 21, 2014 10:25
TimeVaryingMappedFixedValue sunnysun OpenFOAM Running, Solving & CFD 12 October 30, 2013 15:22
Possible bug with timeVaryingMappedFixedValue jerome OpenFOAM Bugs 2 October 9, 2007 09:38


All times are GMT -4. The time now is 08:46.