CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: johndeas
Forum: OpenFOAM Running, Solving & CFD December 4, 2008, 10:50
Replies: 24
Views: 6,193
Posted By johndeas
Hi, I still got problems re

Hi,

I still got problems related to pTraits :

I tried to modify my code in order to export other variables than U (k and p for instance).

This expression will compile:
...
Forum: OpenFOAM Running, Solving & CFD May 29, 2008, 07:11
Replies: 24
Views: 6,193
Posted By johndeas
thank you

thank you
Forum: OpenFOAM Running, Solving & CFD May 29, 2008, 06:45
Replies: 24
Views: 6,193
Posted By johndeas
I modified it, and tried to wm

I modified it, and tried to wmake src/OpenFOAM. There are no problem related to pTraits. All the intermediary .o are correctly built. However, when it comes to linking everything, I get:

g++...
Forum: OpenFOAM Running, Solving & CFD May 28, 2008, 09:52
Replies: 24
Views: 6,193
Posted By johndeas
... Which gives me the error m

... Which gives me the error mentioned one post above
Forum: OpenFOAM Running, Solving & CFD May 28, 2008, 09:34
Replies: 24
Views: 6,193
Posted By johndeas
And, if I use AverageIOFiel

And, if I use

AverageIOField writeFlds
(
IOobject
(
"cutPlaneU",
runTime.timeName(),
...
Forum: OpenFOAM Running, Solving & CFD May 22, 2008, 11:02
Replies: 24
Views: 6,193
Posted By johndeas
Hi, if I create an AverageIOFi

Hi, if I create an AverageIOField this way:

AverageIOField<vector> writeU
(
IOobject
(
"values",
runTime.timeName(),
...
Forum: OpenFOAM Running, Solving & CFD January 16, 2008, 08:24
Replies: 24
Views: 6,193
Posted By johndeas
I rewrote your example as :

I rewrote your example as :

IOobject io
(
"points",
runTime.constant()/"boundaryData"/"cyclic",
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
false
Forum: OpenFOAM Running, Solving & CFD January 15, 2008, 08:05
Replies: 24
Views: 6,193
Posted By johndeas
I looked into timeVaryingMappe

I looked into timeVaryingMappedFixedValueFvPatchField.C to understand how the patch reads its input fields to mimic its behaviour and be able to write those fields.

For the points, a...
Forum: OpenFOAM Running, Solving & CFD January 14, 2008, 05:51
Replies: 24
Views: 6,193
Posted By johndeas
"I hint that a local value as

"I hint that a local value as to be given (a vector or a scalar) which will be crawled on the domain specified to create a field (in the lambda2 example the domain would be 'mesh', which is of type...
Forum: OpenFOAM Running, Solving & CFD January 14, 2008, 05:44
Replies: 24
Views: 6,193
Posted By johndeas
Hi, I tried to use an IOobj

Hi,

I tried to use an IOobject to store the velocity field contained in one of my periodic boundary condition to create the field at each timestep, as future input fields for another...
Forum: OpenFOAM Running, Solving & CFD January 10, 2008, 05:28
Replies: 24
Views: 6,193
Posted By johndeas
It is not the order during rea

It is not the order during reading that worried me, but the order when writing the boundaryData files. I wanted to know if 14th value of U would always be assigned to the 14th point in "points" for...
Forum: OpenFOAM Running, Solving & CFD January 9, 2008, 15:21
Replies: 24
Views: 6,193
Posted By johndeas
Hi, I would like to output

Hi,

I would like to output fields that will serve as inputs for a timeVaryingMappedFixedValue patch. I will have to write all the files in the constant/boundaryData/inlet folder (points and...
Showing results 1 to 12 of 12

 
Forum Jump

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