CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

div(volscalarfields,volvectorfield) is defined???

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2014, 07:32
Default div(volscalarfields,volvectorfield) is defined???
  #1
New Member
 
Join Date: Mar 2014
Posts: 21
Rep Power: 12
alisina-s is on a distinguished road
Hi everyone
I want to solve the equation ∂ t( ρ )= −div (vκ) + qv beside other equations which in this equation ρ ,q and v are volscalarfields and κ is a volvectorfield,
I was thinking to implement like this
fvm::ddt(rho) = ( A*(-(fvc::div(v,K))) + v*q) ;
but it seems that the div(volscalarfields,volvectorfield) is not defined because I have some errors regarding that.
and also I was thinking to write this equation like
rho =rho+dt( ( A*(-(fvc::div(v,K))) + v*q)) ;
I also like to know the difference of these 2 types,
Does anyone have any experience which can help me?
Thank you guys in advance,
alisina-s 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ICEM] How can I define different zones in ICEM? llrr ANSYS Meshing & Geometry 14 February 12, 2017 13:44
UDF link fortran source yorelchr Fluent UDF and Scheme Programming 0 February 7, 2013 03:44
using METIS functions in fortran dokeun Main CFD Forum 7 January 29, 2013 04:06
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
OpenFOAM13 for Mac OSX Darwin 104 hjasak OpenFOAM Installation 70 September 24, 2010 05:06


All times are GMT -4. The time now is 20:59.