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 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: charbel
Forum: OpenFOAM Programming & Development August 5, 2013, 04:10
Replies: 58
Views: 17,956
Posted By charbel
Hi In fact mainly the solver can solve 3D case...

Hi
In fact mainly the solver can solve 3D case but the problem is that we cannot run parallel simulation.
Meanwhile you can find in the thread below new solvers including FSI and which may run in...
Forum: OpenFOAM Programming & Development August 3, 2011, 05:08
Replies: 58
Views: 17,956
Posted By charbel
Hi Santiago, Go into...

Hi Santiago,
Go into ~/fluid/constant/couplingProperties and modify the patch names as follows:
solidPatch plate;

fluidPatch plate;

movingRegion region0;

You can use...
Forum: OpenFOAM Programming & Development August 1, 2011, 05:50
Replies: 58
Views: 17,956
Posted By charbel
Hi, I modified the solver and the new...

Hi,

I modified the solver and the new version is attached below.

The outer iterations with constant relaxation parameter are working fine for the present test cases: rhoS/rhoF = 1000 &...
Forum: OpenFOAM Programming & Development July 28, 2011, 09:29
Replies: 58
Views: 17,956
Posted By charbel
Hi Matz, Thank you for your reply it is this...

Hi Matz,
Thank you for your reply it is this command that was making the problem. In fact, I tried yesterday several modifications to find the error and I confirm you that the mesh.update() in...
Forum: OpenFOAM Programming & Development July 27, 2011, 11:23
Replies: 58
Views: 17,956
Posted By charbel
pimpleDyMFoam uses the PIMPLE algorithm which...

pimpleDyMFoam uses the PIMPLE algorithm which include both PISO and SIMPLE. Moreover, the NS equations are solved in ALE by making fluxes relative or absolute. It is thus mre stable when using large...
Forum: OpenFOAM Programming & Development July 27, 2011, 06:54
Replies: 58
Views: 17,956
Posted By charbel
Hi Matz, You are rigth, there is no...

Hi Matz,

You are rigth, there is no difference in the results for the Fluid domain between weak (present solver and icoFsiFoam) and strong coupling solvers. However, as you see in the figure below...
Forum: OpenFOAM Programming & Development July 26, 2011, 11:05
Replies: 58
Views: 17,956
Posted By charbel
Hi Matz, Thanks for your reply. I...

Hi Matz,

Thanks for your reply.

I introduce interpolatorSolidFluid.movePoints() according to this post...
Forum: OpenFOAM Programming & Development July 25, 2011, 09:20
Replies: 58
Views: 17,956
Posted By charbel
No it is not finlizied yet there is several...

No it is not finlizied yet there is several problems for the strong coupling I am trying to solve. This is why I am asking for help here.
You can try it. For strong coupling I get much more small...
Forum: OpenFOAM Programming & Development July 25, 2011, 04:13
Replies: 58
Views: 17,956
Posted By charbel
To compile solvers or utilities you moste execute...

To compile solvers or utilities you moste execute wmake. The same for icoFsiFoam. In fact, you use wmake libso when you want to compile a library.

Regards.
Forum: OpenFOAM Programming & Development July 24, 2011, 11:29
Replies: 58
Views: 17,956
Posted By charbel
Hi Santiago, Did you first compile the solver...

Hi Santiago,
Did you first compile the solver without problems?
Once you compile it you go in the testCase directory and then ./Allrun
Forum: OpenFOAM Programming & Development July 22, 2011, 08:50
Replies: 58
Views: 17,956
Posted By charbel
traction displacement

Hello,
I want to compute the traction field so it can be transferred, with the pressure, from fluid mesh to solid in the setPressure.H.
So I make as follows:


In createFields.H

...
Forum: OpenFOAM Programming & Development July 20, 2011, 11:21
Replies: 58
Views: 17,956
Posted By charbel
fluid structure interaction problem

I have small deformation values relative to weak coupling.
It seems that the problem comes from the first predicted interface displacement (see Kuttler and Wall 2008 page 64 section 3.1 before...
Forum: OpenFOAM Programming & Development July 11, 2011, 05:57
Replies: 58
Views: 17,956
Posted By charbel
Thank you Elvis, I ll see these presentations

Thank you Elvis, I ll see these presentations
Forum: OpenFOAM Programming & Development July 7, 2011, 07:54
Replies: 58
Views: 17,956
Posted By charbel
Hi everyone, You can find here a new solver...

Hi everyone,

You can find here a new solver that I am trying to make for fluid-structure interaction.
I am working on version 1.6-ext.

This solver included:
1/ pimpleDyMFoam in which we have...
Forum: OpenFOAM Programming & Development May 6, 2011, 10:40
Replies: 58
Views: 17,956
Posted By charbel
Exclamation I modified weakCoupling.H to: { # include...

I modified weakCoupling.H to:

{
# include "solveFluid.H"
# include "setPressure.H"
# include "solveSolid.H"
{
// Setting mesh motion
pointVectorField solidPointsDispl =...
Forum: OpenFOAM Programming & Development May 3, 2011, 10:11
Replies: 58
Views: 17,956
Posted By charbel
must I also apply this when I define ...

must I also apply this when I define
volVectorField UsolidPrevious = 0*Usolid; //which is used in setMotion.H
volVectorField DeltaU1 = 0*Usolid;
volVectorField DeltaU2 = 0*Usolid;
...
Forum: OpenFOAM Programming & Development May 3, 2011, 08:14
Replies: 58
Views: 17,956
Posted By charbel
Hello Timo, Indeed I have not pay attention to...

Hello Timo,
Indeed I have not pay attention to this error, thank you a lot.
Please correct me if I am wrong: I can do the same thing if I modify the weakCoupling.H to:

{

# include...
Forum: OpenFOAM Programming & Development May 1, 2011, 09:25
Replies: 58
Views: 17,956
Posted By charbel
Hello Timo, Thank you for your post. ...

Hello Timo,

Thank you for your post.

For weak coupling I am using the same connection between Fluid & Solid as in icoFsiFoam. I do not understand where you see the error. Can you please...
Forum: OpenFOAM Programming & Development April 13, 2011, 11:35
Replies: 58
Views: 17,956
Posted By charbel
Exclamation FSI solver based on pimpleDyMFoam

Hi,
enclosed please find a solver and a test case that I am trying to made for fluid/structure interaction basing on pimpleDyMFoam ...
I am not sure from the outer loop iterations I made (using...
Forum: OpenFOAM Programming & Development February 23, 2011, 09:43
Replies: 58
Views: 17,956
Posted By charbel
icoFsiFoam with OpenFOAM-1.6-ext

Hi,
Thanks Mathieu.

icoFsiFoam works with OpenFOAM-1.6-ext:
http://sourceforge.net/projects/openfoam-extend/develop

I have successfully compiled OpenFoam-1.6-ext and icoFsiFoam tutorial is...
Forum: OpenFOAM Programming & Development February 17, 2011, 04:25
Replies: 58
Views: 17,956
Posted By charbel
Post Solver for FSI strongly coupled

Hi,
I am new user of OpenFOAM (OF-1.6) and I want to study a flow past a flexible, elastic, tab fixed on a channel wall. The first simulations I made were for non-flexible tab using pisoFoam and...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 18:50.