|
[Sponsors] |
Copy "internalField" values to "boundaryField" |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 10, 2013, 13:58 |
Copy "internalField" values to "boundaryField"
|
#1 |
New Member
Juris Vencels
Join Date: Sep 2012
Location: Riga, Latvia
Posts: 15
Rep Power: 14 |
Hi!
I have such fields: volVectorField A volVectorField B=fvc::curl(A) After the last operation boundaryField B is lost. Is it possible to restore it by copying closest values from internalField? I have tried to make boundary condition: void boundaryValueFvPatchVectorField::updateCoeffs() { if (updated()) { return; } this->operator==(this->patchInternalField()); fvPatchVectorField::updateCoeffs(); } .. but it doesn't work. |
|
February 12, 2013, 10:48 |
|
#2 |
New Member
Juris Vencels
Join Date: Sep 2012
Location: Riga, Latvia
Posts: 15
Rep Power: 14 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
TimeVaryingMappedFixedValue | irishdave | OpenFOAM Running, Solving & CFD | 32 | June 16, 2021 07:55 |
Retrieving boundary patch values adjacent to a given cell | brooksmoses | OpenFOAM Post-Processing | 2 | December 8, 2008 11:00 |
Plotting raw data values | Wilesco | Siemens | 0 | January 5, 2006 06:34 |
Mass Flux values and calculations | Cb | Siemens | 1 | January 22, 2005 10:21 |
node based or cell centered Ts values | acboge | FLUENT | 0 | February 6, 2004 07:41 |