|
[Sponsors] |
December 7, 2013, 13:40 |
ldu matrix, ldu addressing
|
#1 |
Senior Member
Join Date: Jan 2012
Posts: 166
Rep Power: 14 |
hi,
within method Code:
surfaceSum (const GeometricField<Type, fvsPatchField, surfaceMesh>& ssf) Code:
163* const labelUList& owner = mesh.owner(); Code:
const labelUList& owner() const //Internal face owner. { return lduAddr().lowerAddr(); //Return ldu addressing. //Return lower addressing. } 1. I have read the article: http://openfoamwiki.net/index.php/Op...es_in_OpenFOAM In chapter 2.2 it is written that a 9 cell mesh has 91 matrice coefficients. This means nine coefficients per cell. Is it that the coefficients are 8 for the surface centers and 1 for the cell center? (I am just guessing here ) 2.Am I right, that with method owner first the ldu matrix of fvmesh mesh is returned with lduAddr() and afterwards the lower triangle of this matrice is returned with lowerAddr()? Furthermore, does ldu addressing just mean that we select different parts of the ldu matrice by this methods? 3. When calling owner() on fvmesh mesh what are the coefficients saved in the fvmesh mesh matrice, to be more precise what physical dimension do the coefficients represent? greetings maybee |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
more equation in block matrix system | yhaomin2007 | OpenFOAM | 1 | September 6, 2012 09:33 |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
How to find the product of A+ matrix and A- matrix | arjun shanker | Main CFD Forum | 0 | November 12, 2010 23:12 |
OpenFOAM version 1.6 details | lakeat | OpenFOAM Running, Solving & CFD | 42 | August 26, 2009 22:47 |
Addressing matrix element and reuse of system matrix | marziolettich | OpenFOAM Running, Solving & CFD | 2 | February 19, 2008 06:04 |