Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1960
Closed
Open
Issue created Dec 16, 2020 by Carlos Peña-Monferrer@carpemonf

scaledFixedValue error with pimpleFoam

Summary

Crash at second iteration when testing scaledFixedValue BC in pitzDaily.

Steps to reproduce

Run $WM_PROJECT_DIR/tutorials/incompressible/pimpleFoam/RAS/pitzDaily with the following change on 0/U:

-  inlet
-    {
-        type            fixedValue;
-        value           uniform (10 0 0);
-    }

+     inlet
+     {
+         type            scaledFixedValue;
+
+         scale table
+         (
+             (    0   0)
+             (  1.0 1.0)
+             (100.0 1.0)
+         );
+
+         refValue
+         {
+             type            fixedValue;
+             value           uniform (10 0 0);
+         }
+     }

Relevant logs and/or images

Courant Number mean: 6.1914e-05 max: 0.00111829
deltaT = 0.000145287
Time = 0.000265769

PIMPLE: iteration 1
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2  ? in <path>/OpenFOAM-v2006/platforms/linuxPPC64leGccDPInt64Opt/lib/libOpenFOAM.so
#3  ? in <path>/OpenFOAM-v2006/platforms/linuxPPC64leGccDPInt64Opt/lib/libOpenFOAM.so
#4  Foam::Function1Types::TableBase<double>::value(double) const at ??:?
#5  Foam::PatchFunction1Types::UniformValueField<double>::value(double) const at ??:?
#6  Foam::scaledFixedValueFvPatchField<Foam::Vector<double> >::operator==(Foam::fvPatchField<Foam::Vector<double> > const&) at ??:?
#7  Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::Boundary::operator==(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::Boundary const&) at ??:?
#8  Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::operator==(Foam::tmp<Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> > const&) at ??:?
#9  Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::storeOldTime() const at ??:?
#10  Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>::storeOldTimes() const at ??:?
#11  Foam::fvMatrix<Foam::Vector<double> >::fvMatrix(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::dimensionSet const&) at ??:?
#12  Foam::fv::EulerDdtScheme<Foam::Vector<double> >::fvmDdt(Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&) at ??:?
#13  ? at ??:?
#14  ? at ??:?
#15  ? in /lib64/libc.so.6
#16  __libc_start_main in /lib64/libc.so.6
Segmentation fault

Environment information

  • OpenFOAM version : v2006
  • Operating system : centos
  • Hardware info :
  • Compiler : gcc
Edited Dec 16, 2020 by Carlos Peña-Monferrer
Assignee
Assign to
Time tracking