|
[Sponsors] |
May 8, 2013, 11:22 |
Create a Vectorfield
|
#1 |
New Member
Join Date: May 2013
Posts: 1
Rep Power: 0 |
Hello Foamer,
I am a beginner I want to create a new VolVectorField in createfields.H. I want to set all x components to components from another VolVectorField and so on. Until now i wrote that: volVectorField tt1 ( tt1.component(0) = nn.component(1), tt1.component(1) = nn.component(2), tt1.component(2) = nn.componen(0) ); nn is another volVectorField. The compiler "expected initializer before tt1". Thank you for helping! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[blockMesh] Include list of points | Hikachu | OpenFOAM Meshing & Mesh Conversion | 0 | June 20, 2011 10:03 |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 08:06 |
Where's the singularity/mesh flaw? | audrich | FLUENT | 3 | August 4, 2009 02:07 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |