View Issue Details

IDProjectCategoryView StatusLast Update
0004080OpenFOAMBugpublic2024-05-16 08:24
Reporterandrea_g Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
OSUbuntuOS Version20.04 
Product Version11 
Summary0004080: constAnisoSolid transport not working in CHT with OF11
DescriptionWhen I try using constAnisoSolid with OF11 it gives me
"
Selecting thermodynamics package
{
    type heSolidThermo;
    mixture pureMixture;
    transport constAnisoSolid;
    thermo eConst;
    equationOfState rhoConst;
    specie specie;
    energy sensibleInternalEnergy;
}

Selecting default solid thermophysical transport model isotropic
[0]
[0]
[0] --> FOAM FATAL IO ERROR:
[0] Cannot instantiate an isotropic transport model with anisotropic solid properties
"

Same tutorial in OF10 with old keyword "constAnIsoSolid" works.
I'm not completely sure it is not a mistake of mine, I apologize if this is the case.

Thank you very much for your attention
Steps To Reproduceexecute ./Allrun in the folder of "reverseBurner_anisotropic_OF11_NOT_working to see id doesnt work
execute ./Allrun in the folder of "reverseBurner_anisptropic_OF10_working to see it works
TagsNo tags attached.

Activities

andrea_g

2024-05-16 08:04

reporter  

henry

2024-05-16 08:24

manager   ~0013244

The message:
    Cannot instantiate an isotropic transport model with anisotropic solid properties

is correct, if you want to use anisotropic solid properties you will need to use it with an anisotropic transport model.

User support request.

Issue History

Date Modified Username Field Change
2024-05-16 08:04 andrea_g New Issue
2024-05-16 08:04 andrea_g File Added: bug_openfoam_anisotropic_solid_transport.zip
2024-05-16 08:24 henry Assigned To => henry
2024-05-16 08:24 henry Status new => closed
2024-05-16 08:24 henry Resolution open => no change required
2024-05-16 08:24 henry Note Added: 0013244