|
[Sponsors] |
HELP NEEDED HOW TO MAP VALUES FROM PATCH OF ONE MESH TO PATCH OF ANOTHER MESH |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 12, 2008, 08:33 |
Dear OpenFOAM users, does any
|
#1 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
Dear OpenFOAM users, does any one knows how to map field value (or gradient values) from faces of patch1 mesh1 to patch2 mesh2 in solver code (i need it for explicit coupling)?
any answers are appreciated
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
September 3, 2011, 20:49 |
|
#2 |
Member
Mohammad.R.Shetab
Join Date: Jul 2010
Posts: 49
Rep Power: 16 |
Hi!!!
Did you find the answer?!!!! Best Regards Mohammadreza Shetab |
|
September 4, 2011, 04:54 |
|
#3 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Dear Matvej,
use $FOAM_SRC/OpenFOAM/lnInclude/patchToPatchInterpolation.H eg. ipp (patch1, patch2); Info << ip1p2.faceInterpolate(field.boundaryField()[pID1]) << endl; Regards, Henrik |
|
September 4, 2011, 10:42 |
|
#4 |
Member
Mohammad.R.Shetab
Join Date: Jul 2010
Posts: 49
Rep Power: 16 |
Thanks Heinrik,
I'll test it. Regards, Mohammadreza Shetab |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Patch end points mesh motion and movingWallVelocity | pbo | OpenFOAM Running, Solving & CFD | 14 | October 4, 2023 12:20 |
Moving interface patch using mesh subsets | lr103476 | OpenFOAM Running, Solving & CFD | 0 | January 10, 2008 17:14 |
Patch mesh export | ariorus | OpenFOAM | 3 | March 7, 2006 06:41 |
Patch-Different values to different zones | Pradeep | FLUENT | 0 | April 26, 2005 09:50 |
My patch causes a discontinuity in the mesh | Aline | Siemens | 5 | July 7, 2004 08:45 |