|
[Sponsors] |
August 11, 2009, 05:53 |
fectorvield-values at meshpoints
|
#1 |
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 17 |
hello,
i have a problem with getting results at the meshpoints. i'm doing structure-fluid-coupling and i need the pressure at all meshpoints for stucture-fluid-interpolation. to get the pressure at the meshcells is an easy doing, but i have no idea how to get the pressure at the meshpoints. can someone help me? |
|
August 11, 2009, 10:25 |
|
#2 |
Member
Niklas Winkler
Join Date: Mar 2009
Location: Stockholm, Stockholm, Sweden
Posts: 73
Rep Power: 17 |
volPointInterpolation can be used to obtain a point<type>Field from a vol<type>Field as the example below
pointMesh pMesh(mesh); volPointInterpolation interpMesh(mesh, pMesh); pointVectorField pField(interpMesh.interpolate(volField)); Regards /NW |
|
August 11, 2009, 12:25 |
|
#3 |
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 17 |
thank you for the fast answer nikwin,
where should i interpolate the volumefield to the pointfield? at the solver or at foamToVtk? how can i write out the data in an extra file? regards RN |
|
August 12, 2009, 09:36 |
|
#4 |
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 17 |
no one any ideas?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
Ensight - node values -cell values | leo | FLUENT | 1 | May 12, 2010 09:47 |
exact face values | RubenG | Main CFD Forum | 0 | June 22, 2009 12:09 |
strange node values @ solid/fluid interface - help | JB | FLUENT | 2 | November 1, 2008 13:04 |
node values or cell values? | aPpA | FLUENT | 0 | November 10, 2006 09:56 |