Its simple you just know the properties of the new materials which you want to create and go over the fluent material database and click over to add up new materials and provide all the details and use this materials during define the particular portion of your domain. In FLUENT, you can define six types of materials: fluids, solids, mixtures, combusting -particles, droplet-particles, and inert-particles. Physical properties of fluids and solids are associated with named materials. These materials are then assigned as boundary conditions for zones.
When you model species transport, define a mixture material, consisting of the various species involved in the problem. Properties will be defined for the mixture, as well as for the constituent species, which are fluid materials.
For an example :-
These files can be created in a text editor and saved with a .scm extension.
(New
fluid
(chemical-formula ....)
(density (constant ....[like for air 1.225])
(premixed-combustion 1.225 300))
(specific-heat (constant . 1006.43))
(thermal-conductivity (constant . 0.0242))
(viscosity (constant . 1.7894e-05)
(sutherland 1.7894e-05 273.11 110.56)
(power-law 1.7894e-05 273.11 0.666))
(molecular-weight (constant . 28.966))
)
(New
solid
(chemical-formula ....[suppose as al ])
(density (constant . 2719))
(specific-heat (constant . 871))
(thermal-conductivity (constant . 202.4))
(formation-entropy (constant . 164448.08))
)
You may follow the video tutorials which are available at you tube as well as you may follow some ansys user manual.
Its simple you just know the properties of the new materials which you want to create and go over the fluent material database and click over to add up new materials and provide all the details and use this materials during define the particular portion of your domain. In FLUENT, you can define six types of materials: fluids, solids, mixtures, combusting -particles, droplet-particles, and inert-particles. Physical properties of fluids and solids are associated with named materials. These materials are then assigned as boundary conditions for zones.
When you model species transport, define a mixture material, consisting of the various species involved in the problem. Properties will be defined for the mixture, as well as for the constituent species, which are fluid materials.
For an example :-
These files can be created in a text editor and saved with a .scm extension.
(New
fluid
(chemical-formula ....)
(density (constant ....[like for air 1.225])
(premixed-combustion 1.225 300))
(specific-heat (constant . 1006.43))
(thermal-conductivity (constant . 0.0242))
(viscosity (constant . 1.7894e-05)
(sutherland 1.7894e-05 273.11 110.56)
(power-law 1.7894e-05 273.11 0.666))
(molecular-weight (constant . 28.966))
)
(New
solid
(chemical-formula ....[suppose as al ])
(density (constant . 2719))
(specific-heat (constant . 871))
(thermal-conductivity (constant . 202.4))
(formation-entropy (constant . 164448.08))
)
You may follow the video tutorials which are available at you tube as well as you may follow some ansys user manual.
I'm working on Copper Electro-refining. Anode (Impure copper), Cathode (Steel), Electrolyte as Aqueous solution of H2SO4 + CuSO4. Model using: Energy; Turbulence (k-e); Potential Model, Species Transport Model.
i) How do I create a new solid material (for Anode) having composition lets say 96% Cu rest are Zn, silver, gold, Al etc etc? I think I need to create user defined data base, properties can be found from literature but how to specify the composition of that solid material?
ii) How do I add/define SO4-2 ions in my fluid domain?