|
[Sponsors] |
Solve double laplacian (laplacian of laplacian) equation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 5, 2016, 22:07 |
Solve double laplacian (laplacian of laplacian) equation
|
#1 |
Senior Member
Thomas Oliveira
Join Date: Apr 2015
Posts: 114
Rep Power: 12 |
||
January 13, 2016, 16:17 |
|
#2 |
Member
Bruno Blais
Join Date: Sep 2013
Location: Canada
Posts: 64
Rep Power: 13 |
You can solve by carrying out a double laplacian with a mute variable
Code:
mute= solve(fvm::laplacian(p)); solve(fvm::laplacian(mute)); The solution contained in mute will be the solution to ? The problem is that this requires boundary condition for both p and mute, thus you need to have 2 boundary conditions for mute, which is not generally the case if you are trying to solve . However, solving a fourth degree equation straight away with openfoam is not possible as far as I know. |
|
February 1, 2016, 10:49 |
|
#3 |
Senior Member
Thomas Oliveira
Join Date: Apr 2015
Posts: 114
Rep Power: 12 |
Thanks, Bruno. This answers my questions.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with if statement | CHARLES | OpenFOAM Programming & Development | 17 | August 22, 2021 04:14 |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
Parallel User Defined Real Gas Model | aeroman | FLUENT | 4 | July 1, 2015 07:09 |
solve an implicit equation in UDF | Rui_27 | Fluent UDF and Scheme Programming | 0 | September 8, 2014 11:12 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |