CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   ERROR in user-defined database materials (https://www.cfd-online.com/Forums/fluent/47747-error-user-defined-database-materials.html)

Julien Lepaul March 31, 2008 07:26

ERROR in user-defined database materials
 
I'm trying to run a user-defined database but Fluent says : Error: GENERAL-CAR-CDR: invalid argument [1]: improper list Error Object: eau-usee

Here is the user-defined database :

(eau-usee fluid (density (constant . 999.7)) (specific-heat (constant . 4193)) (thermal-conductivity (constant . 0.528)) (viscosity (constant . 0.00131)) (molecular-weight (constant . 18.1)) )

(fluide-caloporteur fluid (density (constant . 998.2)) (specific-heat (constant . 4182)) (thermal-conductivity (constant . 0.6)) (viscosity (constant . 0.001003)) (molecular-weight (constant . 18.1)) )

(inox solid (density (constant . 7850)) (specific-heat (constant . 486)) (thermal-conductivity (constant . 16)) )

What is the problem ? Thanks

Julien

Gustavo April 16, 2008 00:10

Re: ERROR in user-defined database materials
 
Hi!! I had that problem but I discovered that you need to set another () for all that code you wrote, e.g.

(

(Aluminio solid

(chemical-formula . Al)

(density (constant . 3000))

(specific-heat (constant . 871))

(thermal-conductivity (constant . 202.4))

(formation-entropy (constant . 164448.08))

) )


Julien Lepaul April 16, 2008 04:43

Re: ERROR in user-defined database materials
 
Thanks! Now it works


Julien Lepaul April 16, 2008 10:13

Re: ERROR in user-defined database materials
 
Hi! I want to know what is the "text command" to copy materials from user-defined database. "define materials copy" don't works. Thanks,

Julien


All times are GMT -4. The time now is 06:36.