TAGGED: Add Material, ansys-fluent
-
-
May 20, 2025 at 10:14 am
ehud.septum766
SubscriberI am trying to define a new material to be imported to my Ansys project with Create/Edit Materials -> User Defined Database
Browsing the scm file and importing it I get the error
Error: GENERAL-CAR-CDR: invalid argument [1]: improper list
Error Object: myMaterialThe file content is
;;; File Created by John Doe
;;;
(myMaterial solid
(chemical-formula . #f)
(density (constant . 800))
(specific-heat (constant . 3600))
(thermal-conductivity (constant . 5e-01))
)
;;; End of File
Any help would be very welcome -
May 20, 2025 at 10:47 am
ehud.septum766
SubscriberAdd a
(
and trailing)
around the material:;;; File Created by John Doe
(
(materialName solid
(chemical-formula . #f)
(density (constant . 800.))
(specific-heat (constant . 3600.))
(thermal-conductivity (constant . 5e-01))
)
)
;;; End of File
-
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3190
-
1024
-
962
-
858
-
798
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.