|
[Sponsors] |
June 8, 2008, 19:20 |
User-Defined Material Database
|
#1 |
Guest
Posts: n/a
|
I need to use materials not in fluent... So I am attempting to use a user defined database. I followed the format in the Fluent user guide but go the following error.
Error: GENERAL-CAR-CDR: invalid argument [1]: improper list Error: Object: rtv r Here is a sample of the .scm file, can anyone tell me why fluent is choking on this. (rtv solid (chemical-formula . r) (density (constant . 88.0)) (specific-heat (constant . 0.26)) (thermal-conductivity (constant . 0.24516)) (formation-entropy (constant . 10000)) ) Thanks in Advance |
|
June 1, 2015, 10:34 |
solution
|
#2 |
New Member
Join Date: Jul 2013
Posts: 28
Rep Power: 13 |
well. i am again replying to a 7 yr old post, but still, if it helps anyone else...
u just need to enclose the entire thing u have already written in another set of parentheses...that's it.. i just wrote a used-defined material for my simulation....i too was having this problem..i enclosed my code within another set of parentheses and it worked... here is the scheme i used: ( (ylw inert-particle (chemical-formula . qwe) (density (constant . 1011)) ) ) note the extra set of parentheses. hope this helps someone :-) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
User material database | ashish | FLUENT | 12 | October 5, 2016 06:10 |
Creating new user defined material | Vidya | FLUENT | 4 | August 26, 2013 10:26 |
How to use User defined database to add material | sangeeta | FLUENT | 1 | February 25, 2009 14:02 |
ERROR in user-defined database materials | Julien Lepaul | FLUENT | 3 | April 16, 2008 10:13 |
How to change the material database for Fluent | sxf | FLUENT | 1 | May 3, 2005 17:37 |