|
[Sponsors] |
[solids4Foam] How to add temperature to icoFluid |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 16, 2021, 11:55 |
How to add temperature to icoFluid
|
#1 |
New Member
roozbeh
Join Date: Oct 2011
Posts: 8
Rep Power: 15 |
Dear Philip,
I want to do a similar procedure as in https://openfoamwiki.net/index.php/H...ure_to_icoFoam in icoFluid of solids4foam. I did the following: Code:
IOobject::MUST_READ, IOobject::NO_WRITE ) ), nu_(transportProperties_.lookup("nu")), rho_(transportProperties_.lookup("rho")), //***********Temp parameters DT_(transportProperties_.lookup("DT")) Code:
volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); |
|
October 21, 2021, 12:53 |
|
#2 | |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,093
Rep Power: 34 |
Quote:
Philip |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[openSmoke] libOpenSMOKE | Tobi | OpenFOAM Community Contributions | 562 | January 25, 2023 10:21 |
Static Temperature / Opening Temperature | JulianP | CFX | 12 | April 10, 2019 19:00 |
Problem with zeroGradient wall BC for temperature - Total temperature loss | cboss | OpenFOAM | 12 | October 1, 2018 07:36 |
How to add temperature on DPM particles? | Maple_cfd | OpenFOAM Running, Solving & CFD | 0 | April 10, 2018 04:43 |
[PyFoam] and paraview | eelcovv | OpenFOAM Community Contributions | 28 | May 30, 2016 10:23 |