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

fvVectorMatrix and fvVectorField

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 30, 2018, 21:12
Question fvVectorMatrix and volVectorField
  #1
Senior Member
 
LT
Join Date: Dec 2010
Posts: 104
Rep Power: 15
NewKid is on a distinguished road
Hi, Foamers.
I calculate one equation like B(scalar)*C(scalar)*D(vector)*E(scalar)*F(fvVector Field)
anyway, the type of the result must be fvVectorMatrix.
For the last term F is done with laplaceFilter, which has four kinds of operator as follows:
virtual tmp<volScalarField> operator() (const tmp<volScalarField>& ) const;
virtual tmp<volVectorField> operator() (const tmp<volVectorField>& ) const;
virtual tmp<volSymmTensorField> operator() (const tmp<volSymmTensorField>& ) const;
virtual tmp<volTensorField> operator() (const tmp<volTensorField>& ) const;
I use laplaceFilter to filter the velocity field "U".
D(vector) is the relative velocity between gas and liquid, or should it be a scalar?

Last edited by NewKid; December 1, 2018 at 21:47.
NewKid is offline   Reply With Quote

Reply


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 09:05.