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 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: hjasak
Forum: OpenFOAM Running, Solving & CFD August 27, 2008, 11:32
Replies: 133
Views: 42,718
Posted By hjasak
type MovingWallVelocity; Th

type MovingWallVelocity;

This is your problem: it must start with a lowercase "m":

type movingWallVelocity;

What happened is that an unknown b.c. type is found, and you get calculated...
Forum: OpenFOAM Running, Solving & CFD August 27, 2008, 07:38
Replies: 133
Views: 42,718
Posted By hjasak
Why don't you just use the mov

Why don't you just use the movingWallVelocity boundary condition - it will update the surface-normal velocity component to correspond o mesh motion. Also, it is much more accurate than doing it by...
Forum: OpenFOAM Running, Solving & CFD July 3, 2006, 06:05
Replies: 133
Views: 42,718
Posted By hjasak
Don't use FoamX - this is to d

Don't use FoamX - this is to do with the config files for your application and they have not been set up for the time varying boundary condition. If you use it from the command line all will be...
Forum: OpenFOAM Running, Solving & CFD July 3, 2006, 05:52
Replies: 133
Views: 42,718
Posted By hjasak
Compiling the wrong file: you

Compiling the wrong file: you should compile the one with template instantiations in it:

timeVaryingUniformTotalPressureFvPatchScalarFields.C

Note that "s" in the end that you are missing. ...
Forum: OpenFOAM Running, Solving & CFD July 3, 2006, 05:48
Replies: 133
Views: 42,718
Posted By hjasak
Hmm, where do you get this mes

Hmm, where do you get this message from - are you by any chance trying to use FoamX? If so, just run the solver from the command line and tell me whant happens.

Hrv
Forum: OpenFOAM Running, Solving & CFD July 3, 2006, 05:35
Replies: 133
Views: 42,718
Posted By hjasak
Hi Anja, What is the type o

Hi Anja,

What is the type of the patch "in" in the constant/polyMesh/boundary? (there's nothing wrong with the b.c.).

Hrv
Forum: OpenFOAM Running, Solving & CFD July 3, 2006, 05:33
Replies: 133
Views: 42,718
Posted By hjasak
Hello Dihao Tang, You are n

Hello Dihao Tang,

You are not actually linking the library:

LIB_LIBS = \
-L$(FOAM_USER_LIBBIN) \
-lfiniteVolume

The second line should say
Forum: OpenFOAM Running, Solving & CFD June 28, 2006, 12:47
Replies: 133
Views: 42,718
Posted By hjasak
The boundary condition is not

The boundary condition is not visible from the solver, i.e. you either did not compile it up properly or it did not link. Put a little print statement in the constructor - when it prints out, you...
Forum: OpenFOAM Running, Solving & CFD June 27, 2006, 14:40
Replies: 133
Views: 42,718
Posted By hjasak
There are no differences betwe

There are no differences between versions 1.2 and 1.3 you should worry about. In any case, this is a very easy job:
- make a copy of the boundary condition and change the name
- go into the...
Forum: OpenFOAM Running, Solving & CFD September 12, 2005, 04:08
Replies: 133
Views: 42,718
Posted By hjasak
Hi Dennis, Firstly, it has

Hi Dennis,

Firstly, it has struck me that you are trying to do something a bit out of the ordinary and that you're choosing a (shall we say) "less than optimal" way of doing it.

If you wish...
Forum: OpenFOAM Running, Solving & CFD August 23, 2005, 20:44
Replies: 133
Views: 42,718
Posted By hjasak
Hi Dennis, Does your variab

Hi Dennis,

Does your variable profile change in time or is it fixed? If fixed, you might be better off setting it up at the beginning of the calculation as a part of the initial condition.
...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 15:02.