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

changing the boundary values of a volSymmTensorField

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2018, 15:10
Default changing the boundary values of a volSymmTensorField
  #1
Senior Member
 
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12
alimea is on a distinguished road
Hi all,

I have defined a volSymmTensorField named tau1 and initialized with tau. tau is volSymmTensorField that is IOobject and has initial and boundary values in "0" folder. So the initial and boundary values of tau1 is the same as tau.
Now I want to change the values of the internal and boundary of tau1 like this:
Code:
forAll(tau1 , i)
{
     tau1[i].xy() = 40.5;
}
the internal values are changed, but the boundary values of tau1 are not changed!

What should I do?

Thanks
alimea is offline   Reply With Quote

Reply

Tags
boundary, boundary condition, openfoam, volsymmtensorfield


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
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 07:20
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 12:19
Low Mixing time Problem Mavier CFX 5 April 29, 2013 01:00
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 08:00
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 16:55


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