|
[Sponsors] |
externalWallHeatFluxTemperature B.C. not working |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 22, 2019, 09:46 |
externalWallHeatFluxTemperature B.C. not working
|
#1 |
New Member
Cham Yang Han
Join Date: Dec 2018
Posts: 14
Rep Power: 8 |
Hi Foamers,
I am using buoyantBoussinesqPimpleFoam, but as i try this b.c. according to https://github.com/OpenFOAM/OpenFOAM...hScalarField.H , i got the error that the code is not implemented... here's my b.c.: HeatedWalls { type externalWallHeatFluxTemperature; mode flux; q uniform 220; kappaMethod fluidThermo; value nonuniform 315; } here's my error code: --> FOAM FATAL ERROR: Not implemented From function virtual Foam::Istream& Foam::ITstream::read(char*, std::streamsize) in file db/IOstreams/Tstreams/ITstream.C at line 159. FOAM aborting #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::error::abort() at ??:? #2 Foam::ITstream::read(char*, long) at ??:? #3 Foam::Istream& Foam:perator>><double>(Foam::Istream&, Foam::List<double>&) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #4 Foam::Field<double>::Field(Foam::word const&, Foam::dictionary const&, int) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #5 Foam::externalWallHeatFluxTemperatureFvPatchScalar Field::externalWallHeatFluxTemperatureFvPatchScala rField(Foam::fvPatch const&, Foam:imensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #6 Foam::fvPatchField<double>::adddictionaryConstruct orToTable<Foam::externalWallHeatFluxTemperatureFvP atchScalarField>::New(Foam::fvPatch const&, Foam:imensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) at ??:? #7 Foam::fvPatchField<double>::New(Foam::fvPatch const&, Foam:imensionedField<double, Foam::volMesh> const&, Foam::dictionary const&) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #8 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::readField(Foam:imensio nedField<double, Foam::volMesh> const&, Foam::dictionary const&) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #9 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields(Foam::dictionary const&) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #10 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::readFields() in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #11 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::fvMesh const&) in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #12 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" #13 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #14 ? in "/opt/openfoam6/platforms/linux64GccDPInt32Opt/bin/buoyantBoussinesqPimpleFoam" Aborted (core dumped) Any help and advise is very appreciated. Thank you |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
codedFixedValue b.c for multi-region cases | logo | OpenFOAM Programming & Development | 2 | December 4, 2018 22:27 |
How can i define patch b.c. (inlet) on wall b.c. | f.yldz | OpenFOAM Pre-Processing | 10 | July 26, 2018 18:18 |
Processor 0 not working | vishwesh | OpenFOAM Running, Solving & CFD | 0 | November 17, 2017 04:35 |
partial slip b.c., convergence issues | Saideep | OpenFOAM Running, Solving & CFD | 3 | August 2, 2016 10:18 |
Continuity and the velocity-inlet b.c. | Ola Nordblom | FLUENT | 0 | October 20, 2002 16:07 |