|
[Sponsors] |
February 17, 2016, 10:15 |
multiphaseinterfoam with temperature
|
#1 |
Member
Thomas Flint
Join Date: Jan 2016
Posts: 60
Rep Power: 10 |
Hello,
I am trying to implement temperature in the multiphaseinterfoam solver. Firstly I am trying to read in a transport property that I have called kappasolid. I have modified the phase.c, phase.h , multiphaseMixture.h and multiphasemixture.c files are attatched to this post. I'm then trying to set a field in the createFields.H file by " Code:
volScalarField kappa ( IOobject ( "kappa", runTime.timeName(), mesh ), mixture.kappasolid() ); Has anyone managed to add a temperature to multiphaseinterfoam, or can anyone better at c++ see a daft mistake? This is really bothering me. I think maybe I've defined something incorrectly or not linked the right library but I feel like I've tried everything. Any help would be greatly appreciated. Tom |
|
February 17, 2016, 19:21 |
|
#2 | |
Member
Thomas Flint
Join Date: Jan 2016
Posts: 60
Rep Power: 10 |
When I ./Allwclean and ./Allwmake the solver the error log I get is:
Quote:
|
||
Tags |
multiphaseinterfoam, temperature, transportproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Shadow Wall and temperature | norger | FLUENT | 10 | September 28, 2019 12:43 |
fluid flow but temperature raises from nowhere? | mxcfd | STAR-CCM+ | 5 | September 16, 2014 06:46 |
How to get free stream temperature in boundary condition | saharesobh | FLUENT | 0 | October 9, 2012 18:12 |
where is the calculation of the temperature field | Tobi | OpenFOAM | 1 | July 30, 2012 11:40 |
monitoring point of total temperature | rogbrito | FLUENT | 0 | June 21, 2009 18:31 |