CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

Partial differential equation in Field Functions

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

Like Tree2Likes
  • 1 Post By adel2009
  • 1 Post By triple_r

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 24, 2013, 12:14
Default Partial differential equation in Field Functions
  #1
New Member
 
Ka.
Join Date: Apr 2013
Posts: 1
Rep Power: 0
adel2009 is on a distinguished road
HELLO,
I want to Plot (Shear stress with Shear rate) in Non Newtonian fluid(Blood).
How could I write Shear rate in Field Functions?How could I write Partial differential equation in Field Functions?.Tanks
Shear rate (two Dimensional):
edithlee likes this.
adel2009 is offline   Reply With Quote

Old   May 6, 2013, 13:13
Default
  #2
Senior Member
 
Reza
Join Date: Mar 2009
Location: Appleton, WI
Posts: 116
Rep Power: 17
triple_r is on a distinguished road
Hey,

You can use the grad() function to define velocity gradients. For example,

\gamma_{xy}=\frac{\partial u}{\partial y}+\frac{\partial v}{\partial x}

can be written as:

grad($$Velocity[0])[1] + grad($$Velocity[1])[0]

But I would suggest not using this method for the velocity gradients, and instead turning on the temporary storage option under the solver options (for example, under segregated fluid solver) and then using:

$$U_VelocityGrad[1] + $$V_VelocityGrad[0]

In my experience, this second method gives better results.

I hope this helps.
edithlee likes this.
triple_r 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 pressure forces using custom field functions? tsagaro FLUENT 7 June 23, 2017 15:45
field functions - table crevoise STAR-CCM+ 3 March 26, 2013 09:37
error message cuteapathy CFX 14 March 20, 2012 06:45
can i use field functions in star ccm for this? stu Siemens 2 October 12, 2007 15:50
MultiDimensional Partial Differential Equations. Aditya Main CFD Forum 2 October 28, 2005 05:03


All times are GMT -4. The time now is 08:48.