|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 18 ![]() |
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? |
|
|
|
|
|
|
|
|
#2 |
|
Member
Niklas Winkler
Join Date: Mar 2009
Location: Stockholm, Stockholm, Sweden
Posts: 73
Rep Power: 18 ![]() |
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 |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 18 ![]() |
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 |
|
|
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Aug 2009
Posts: 4
Rep Power: 18 ![]() |
no one any ideas?
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 33 | March 16, 2025 07:04 |
| 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 |