|
[Sponsors] |
August 20, 2011, 17:56 |
laplacian problem
|
#1 |
Senior Member
Mieszko Młody
Join Date: Mar 2009
Location: POLAND, USA
Posts: 145
Rep Power: 17 |
Dear Foamers,
I am trying to solve following problem: Fun = Fun (x,y) Fun_xxxx = f(x,y), where ()_xxxx, denotes 4th order derivative in respect to x. To do this I changed the original problem to, set of two two-order equations: H_xx = f(x,y) Fun_xx = H. To solve it in OpenFoam I am usning fvm::laplacian(1D,fun) operator with 1D being a tensor, definite as follows: 1D = (1 0 0; 0 0 0; 0 0 0), what force laplacian operator to act only in x-direction. In OF it looks like: solve ( fvm::laplacian(1D, H) - f ); solve ( fvm::laplacian(1D, Fun) - H ); But unfortunately it gives wrong results ... Does anyone of you know what is here wrong ? thanks a lot ZM |
|
Tags |
diffusion coefficient, laplacian, non-uniform, operator, viscosity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with interFoam; Wave/wiggle alpha1 behavior | JonW | OpenFOAM | 10 | February 4, 2023 08:27 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
Is this problem well posed? | Thomas P. Abraham | Main CFD Forum | 5 | September 8, 1999 15:52 |