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

what does '^' mean in the 'LiftForce.C' file?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2021, 01:27
Default what does '^' mean in the 'LiftForce.C' file?
  #1
New Member
 
Join Date: Oct 2020
Posts: 6
Rep Power: 5
balloon is on a distinguished road
In the LiftForce.C file, there is a code for the particle lift force:

Code:
value.Su() = mass/p.rho()*td.rhoc()*Cl*((td.Uc() - p.U())^curlUc);
As far as I know, the equation of the lift force is something like:
F_{lift} = \rho_f \times V \times C_L \times (U_f-U_p) \times |\frac{dU_f}{dy}|.

So, is this "^" in the code simply means multiplication?
balloon is offline   Reply With Quote

Old   May 27, 2021, 02:53
Default
  #2
Senior Member
 
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 615
Rep Power: 15
mAlletto will become famous soon enough
In the openfoam programmer guide you will find the whole list of overloaded operators and their definition
mAlletto is offline   Reply With Quote

Old   May 27, 2021, 06:48
Default
  #3
New Member
 
Join Date: Oct 2020
Posts: 6
Rep Power: 5
balloon is on a distinguished road
Quote:
Originally Posted by mAlletto View Post
In the openfoam programmer guide you will find the whole list of overloaded operators and their definition
Thanks for your prompt reply. I got it from the guide, it simply means the Cross product of two vectors.
balloon 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to calculate mass flow rate on patches and summation of that during the run? immortality OpenFOAM Post-Processing 104 February 16, 2021 08:46
[foam-extend.org] problem when installing foam-extend-1.6 Thomas pan OpenFOAM Installation 7 September 9, 2015 21:53
[swak4Foam] Problem installing swak_2.x for OpenFoam-2.4.0 towanda OpenFOAM Community Contributions 6 September 5, 2015 21:03
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44
ParaView Compilation jakaranda OpenFOAM Installation 3 October 27, 2008 11:46


All times are GMT -4. The time now is 19:25.