|
[Sponsors] |
changing the boundary values of a volSymmTensorField |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 20, 2018, 15:10 |
changing the boundary values of a volSymmTensorField
|
#1 |
Senior Member
A. Min
Join Date: Mar 2015
Posts: 308
Rep Power: 12 |
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; } What should I do? Thanks |
|
Tags |
boundary, boundary condition, openfoam, volsymmtensorfield |
|
|
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 |