CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

How to get A() and H() from blockLduMatrix

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 7, 2013, 18:34
Default How to get A() and H() from blockLduMatrix
  #1
Member
 
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17
pbohorquez is on a distinguished road
Hi,

I have defined a fvVectorMatrix equation for the velocity and it includes coupled terms. After solving it in a coupled way (predictor step), I want to recover the segregated functionalities. There are some operators in blockMatrix/BlockLduMatrix/BlockLduMatrix.H that I would like to use in the corrector stage similar to the segregated approach. That is, the old operators
volScalarField rUA = 1.0/UEqn.A();
W = rUA*UEqn.H();
There are son functions as Amul(TypeField& Ax, cons TypeFiled& x), H(...), Tmul(...), etc that I don't know how to employ to this end.

Could you please give me a hint?
Thanks, Patricio
pbohorquez is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:01.