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

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: mathieu
Forum: OpenFOAM Running, Solving & CFD December 1, 2008, 20:28
Replies: 13
Views: 6,042
Posted By mathieu
For the readSolidDisplacementF

For the readSolidDisplacementFoamControls.H file, try the tutorial of solidDisplacementFoam and you should understand it (there are also some explanations in the user guide, in the tutorial section)....
Forum: OpenFOAM Running, Solving & CFD December 1, 2008, 15:08
Replies: 13
Views: 6,042
Posted By mathieu
Sorry, I wrote "do until conve

Sorry, I wrote "do until convergence" for simplicity (pseudo code). The "do while" is clearly what you need here. To be more specific:

int iCorr = 0;
scalar initialResidual = 0;

do
{ ...
Forum: OpenFOAM Running, Solving & CFD November 29, 2008, 01:03
Replies: 13
Views: 6,042
Posted By mathieu
Hi Alex, This is what I wou

Hi Alex,

This is what I would try:

vector oneX(1,0,0);
volScalarField x = oneX & mesh.C();

do untill convergence
{
solve
Forum: OpenFOAM Running, Solving & CFD November 25, 2008, 13:35
Replies: 13
Views: 6,042
Posted By mathieu
Hi Alex, laplacianFoam solv

Hi Alex,

laplacianFoam solves the following equation:

dT/dt = laplacian(DT,T)
= DT*laplacian(T) (when DT is constant)

To answer your question, I think laplacianFoam is VERY...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 20:09.