Fluids

Fluids

Topics relate to Fluent, CFX, Turbogrid and more

Importing scheme file error

    • javdijaj
      Subscriber

      Hello, I try to import a user-defined library with materials and combustion mechanisme in Ansys Fluent 2022 R2.

      I do the following procedure:
      In the fluent GUI, I click on File > Read > Scheme... > select my .scm file.

      The following error message appears then in the console:

      Error: eval: unbound variable
      Error Object: material_flumisol_shell

      The .scm file is structured like this:

      (
      (material_flumisol_shell solid
      (chemical-formula . #f)
      (density (constant . 180.))
      (specific-heat (constant . 500.) (polynomial nasa-9-piecewise-polynomial (200. 1000. 1542807. 5735.686 743.4314000000001 0.06124886 -7.495425e-05 4.740278e-08 -1.215476e-11) (1000. 6000. -9000630. 35984.76 726.2905 0.0238426 -4.71308e-06 -3.072811e-10 1.557189e-13) (6000. 20000. -155330700000. 117170100. -33352.98 4.774677 -0.0003297569 1.106924e-08 -1.447104e-13)))
      (atomic-number (constant . 13))
      (thermal-conductivity (constant . 0.07000000000000001))
      (formation-entropy (constant . 164448.08))
      (electric-conductivity (constant . 35410000.))
      (magnetic-permeability (constant . 1.257e-06))
      (struct-youngs-modulus (constant . 70000000000.))
      (struct-poisson-ratio (constant . 0.32))
      (absorption-coefficient (constant . 0.))
      (scattering-coefficient (constant . 0.))
      (scattering-phase-function (isotropic . #f))
      (refractive-index (constant . 1.))
      )

      Does anyone know where the problem coul lie ?

      Thank you,

      J.Avdijaj

    • Rob
      Ansys Employee

      If you export a material how does that compare to what you're trying to read in?  

      Probably unrelated, but I'd also check the polynomial coefficients: values with very high +/- alternating values may return rubbish when you try and plot it. 

    • javdijaj
      Subscriber

      Hello,

      Thank you for your response.
      I solve the problem by copying the materials from the Creat/Edit Material box.
      Thank you for your responsivity.

      J.Avdijaj

Viewing 2 reply threads
  • You must be logged in to reply to this topic.