|
[Sponsors] |
Problem with Conjugate Heat Transfer case in OpenFOAM 9 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 11, 2022, 14:47 |
Problem with Conjugate Heat Transfer case in OpenFOAM 9
|
#1 |
Senior Member
Alan w
Join Date: Feb 2021
Posts: 284
Rep Power: 6 |
Hi,
This problem concerns a vehicle body with a heated radiator in a duct. I got it working in OF8 with the generous help of the members of this forum. Now, I am trying to get it to run in OpenFOAM 9. Apparently, many of the changes in OF9 concern heat transfer, so I am putting myself through the wringer. Of course it fails; the error output is in the attached file 'run-error.txt'. The place where it actually suffers death throes is here: Code:
Creating fvModels from "constant/fvModels" Selecting finite volume model type fixedTemperatureConstraint [0] [1] [1] [1] --> FOAM FATAL IO ERROR: [1] Unknown fvModel fixedTemperatureConstraint Valid fvModels are: 23 ( accelerationSource actuationDiskSource buoyancyEnergy buoyancyForce coded effectivenessHeatExchangerSource explicitPorositySource heatSource heatTransfer interRegionExplicitPorositySource interRegionHeatTransfer isotropicDamping massSource phaseLimitStabilisation radialActuationDiskSource radiation rotorDisk semiImplicitSource sixDoFAccelerationSource solidEquilibriumEnergySource solidificationMeltingSource verticalDamping volumeFractionSource ) Code:
FoamFile { format ascii; class dictionary; object fvModels; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // /* fixedTemperature { type fixedTemperatureConstraint; selectionMode all; mode uniform; temperature constant 300; // Set temperature (K) } */ /* fixedPower { type heatSource; selectionMode all; Q 100; // Set power (W) } */ I am hoping for insights as to this problem, and maybe even an explanation of the structural differences for this type of case, between OF8 and OF9. Thanks again, community! |
|
June 6, 2022, 06:42 |
|
#2 |
New Member
Ajith U K Nair
Join Date: Sep 2021
Location: Kerala
Posts: 18
Rep Power: 5 |
share the case setup or the fvModel file. will check what might be the problem
|
|
June 15, 2022, 06:20 |
|
#3 |
New Member
Almanzo Arjuna
Join Date: Feb 2022
Location: East Java, Indonesia
Posts: 8
Rep Power: 4 |
In OpenFOAM v9 all fixed constraints are defined in fvConstraint.
It's one of the changes from OF8 to OF9, the fvOptions are separated into two parts which are fvModels and fvConstraint. If I'm not wrong fvConstraint is located in the system directory and the fvModels is located in the constant directory. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence in a conjugate heat transfer problem | Mohamed Abdulazim | FLUENT | 5 | March 28, 2020 16:41 |
Conjugate Heat Transfer Case for Curved Geometry | lramutti | OpenFOAM | 0 | March 13, 2014 18:21 |
Heat Flux at wall in a conjugate heat transfer problem | Chander | CFX | 2 | July 9, 2011 23:22 |
Conjugate heat transfer problem with porous media | piko | Siemens | 1 | April 17, 2009 16:41 |
conjugate heat transfer problem | Andreas | CFX | 1 | February 5, 2002 19:22 |