|
[Sponsors] |
Interpolate internal field onto patch / boundary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 22, 2013, 15:12 |
Interpolate internal field onto patch / boundary
|
#1 |
New Member
Join Date: Oct 2013
Posts: 1
Rep Power: 0 |
Hi guys,
i am new to OpenFOAM and now i am having trouble implementing a final step for a new boundary condition. I hope that someone can help me. MY PROBLEM: I would like to interpolate scalar-values ("interpolatedPatchValues") of a certain patch ("patchName") from an internal-scalar-Field ("internalField"). Code:
const volScalarField& internalField = db().lookupObject<volScalarField> ("name_of_internal_scalar_field"); const fvPatchField<scalar> interpolatedPatchValues = Unknown_INTERPOLATE_function( internalField, "patchName", ???); Thanks a lot in advance, Jonas |
|
Tags |
boundary, internalfield, interpolate, interpolation, patch |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) | cfdonline2mohsen | OpenFOAM | 3 | October 21, 2013 10:28 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |