/* ------------------------------------------------------------ */ /* IMPORTANT: */ /* - both, C and C++ style comments are supported */ /* - most values can be set as: */ /* * constants: v = 0.0; */ /* * piecewise linear interpolated: */ /* v = ((t1,v1),(t2,v2),....) */ /* - ALWAYS use "." (dot) when entering numbers! */ /* For ex. instead of 20, put 20.0 */ /* - Use same unit system for all values! */ /* ------------------------------------------------------------ */ materials: ( { name = "Test_material"; /* constant values */ density = 7500.0; specific_heat = 650.0; thermal_conductivity = 35.0; /* piecewise-linear interpolation: (temperature, value) */ //thermal_conductivity = ( (300.0, 3.5), (310.0, 3.5), (390.0, 35.0), (400.0, 35.0) ); //thermal_conductivity = ( (300.0, 3.5), (400.0, 35.0) ); }, { name = "Nonlinear_material"; //dynamic_viscosity = 1.0E05; thermal_conductivity = ((32.1, 39.527), (44.504040404, 38.4264646465), (56.9080808081, 37.4756262626), (69.3121212121, 36.6734848485), (81.7161616162, 36.021040404), (94.1202020202, 35.5173131313), (106.524242424, 35.1655151515), (118.928282828, 35.0206868687), (131.332323232, 35.0301616162), (143.736363636, 35.0935454545), (156.14040404, 35.1271212121), (168.544444444, 35.1856666667), (180.948484848, 35.2640909091), (193.352525253, 35.326010101), (205.756565657, 35.3393434343), (218.160606061, 35.2886363636), (230.564646465, 35.1908181818), (242.968686869, 35.0673131313), (255.372727273, 34.9362727273), (267.776767677, 34.8185858586), (280.180808081, 34.7345959596), (292.584848485, 34.703), (304.988888889, 34.7462222222), (317.392929293, 34.8748080808), (329.796969697, 35.0665454545), (342.201010101, 35.2949191919), (354.605050505, 35.5345959596), (367.009090909, 35.7584545455), (379.413131313, 35.9407575758), (391.817171717, 36.0543030303), (404.221212121, 36.0787575758), (416.625252525, 36.0348484848), (429.029292929, 35.9397070707), (441.433333333, 35.8016666667), (453.837373737, 35.6289393939), (466.241414141, 35.4285959596), (478.645454545, 35.2081818182), (491.049494949, 34.975959596), (503.453535354, 34.7389292929), (515.857575758, 34.4570606061), (528.261616162, 34.1243131313), (540.665656566, 33.7625959596), (553.06969697, 33.3948787879), (565.473737374, 33.0425353535), (577.877777778, 32.7281111111), (590.281818182, 32.4729090909), (602.685858586, 32.3027272727), (615.08989899, 32.247), (627.493939394, 32.2843636364), (639.897979798, 32.3781818182), (652.302020202, 32.4928181818), (664.706060606, 32.5926363636), (677.11010101, 32.641), (689.514141414, 32.6016868687), (701.918181818, 32.4384545455), (714.322222222, 32.1116666667), (726.726262626, 31.6310707071), (739.13030303, 31.0494848485), (751.534343434, 30.4188484848), (763.938383838, 29.7909191919), (776.342424242, 29.2188181818), (788.746464646, 28.7543131313), (801.150505051, 28.4491919192), (813.554545455, 28.3385454545), (825.958585859, 28.3907272727), (838.362626263, 28.5604646465), (850.766666667, 28.8), (863.170707071, 29.0664848485), (875.574747475, 29.3125454545), (887.978787879, 29.4926666667), (900.382828283, 29.562), (912.786868687, 29.4874444444), (925.190909091, 29.2981818182), (937.594949495, 29.0316161616), (949.998989899, 28.7275252525), (962.403030303, 28.4227272727), (974.807070707, 28.1555656566), (987.211111111, 27.9647777778), (999.615151515, 27.8874848485), (1012.01919192, 27.9324343434), (1024.42323232, 28.0688484848), (1036.82727273, 28.2730909091), (1049.23131313, 28.5227575758), (1061.63535354, 28.7937777778), (1074.03939394, 29.0636666667), (1086.44343434, 29.3081818182), (1098.84747475, 29.5037171717), (1111.25151515, 29.663969697), (1123.65555556, 29.8146666667), (1136.05959596, 29.9565555556), (1148.46363636, 30.089), (1160.86767677, 30.2126767677), (1173.27171717, 30.3265454545), (1185.67575758, 30.4316060606), (1198.07979798, 30.5278383838), (1210.48383838, 30.6143030303), (1222.88787879, 30.6917272727), (1235.29191919, 30.759959596), (1247.6959596, 30.8193838384), (1260.1, 30.869)); specific_heat = ((32.1, 599.0), (44.50404, 583.59596), (56.90808, 570.19192), (69.31212, 559.0), (81.71616, 550.38384), (94.1202, 544.9798), (106.52424, 541.0), (118.92828, 540.82828), (131.33232, 543.0), (143.73636, 545.63636), (156.1404, 548.0), (168.54444, 549.0), (180.94848, 551.0), (193.35253, 553.0), (205.75657, 555.0), (218.16061, 557.0), (230.56465, 558.0), (242.96869, 559.0), (255.37273, 561.0), (267.77677, 563.0), (280.18081, 566.08081), (292.58485, 571.0), (304.98889, 576.88889), (317.39293, 584.29293), (329.79697, 593.69697), (342.20101, 604.10101), (354.60505, 614.50505), (367.00909, 625.90909), (379.41313, 636.31313), (391.81717, 645.71717), (404.22121, 654.12121), (416.62525, 662.52525), (429.02929, 669.0), (441.43333, 676.33333), (453.83737, 682.73737), (466.24141, 690.0), (478.64545, 696.54545), (491.04949, 704.94949), (503.45354, 713.35354), (515.85758, 721.0), (528.26162, 728.16162), (540.66566, 735.56566), (553.0697, 743.0), (565.47374, 753.37374), (577.87778, 764.77778), (590.28182, 780.36364), (602.68586, 800.17172), (615.0899, 831.9697), (627.49394, 871.57576), (639.89798, 917.19192), (652.30202, 961.80808), (664.70606, 1002.81818), (677.1101, 1035.0202), (689.51414, 1054.0), (701.91818, 1055.18182), (714.32222, 1033.33333), (726.72626, 990.86869), (739.1303, 933.84848), (751.53434, 867.82828), (763.93838, 799.80808), (776.34242, 735.0303), (788.74646, 681.06061), (801.15051, 642.89899), (813.55455, 622.54545), (825.95859, 615.0), (838.36263, 616.0), (850.76667, 623.66667), (863.17071, 634.07071), (875.57475, 644.47475), (887.97879, 653.0), (900.38283, 657.0), (912.78687, 653.31313), (925.19091, 646.90909), (937.59495, 638.0), (949.99899, 628.10101), (962.40303, 619.0), (974.80707, 611.0), (987.21111, 604.88889), (999.61515, 602.0), (1012.01919, 603.0), (1024.42323, 607.0), (1036.82727, 612.72727), (1049.23131, 620.13131), (1061.63535, 628.0), (1074.03939, 635.93939), (1086.44343, 642.34343), (1098.84747, 647.0), (1111.25152, 651.0), (1123.65556, 654.0), (1136.0596, 657.0), (1148.46364, 659.0), (1160.86768, 661.0), (1173.27172, 663.0), (1185.67576, 664.0), (1198.0798, 664.0), (1210.48384, 664.0), (1222.88788, 664.0), (1235.29192, 663.0), (1247.69596, 662.0), (1260.1, 660.0)); density = ((0.0, 7850.0), (20.0, 7849.98744), (50.0, 7849.921501), (70.0, 7849.846143), (100.0, 7849.686013), (150.0, 7849.293564), (200.0, 7848.744201), (250.0, 7848.037991), (300.0, 7847.175017), (350.0, 7846.155384), (400.0, 7844.979213), (450.0, 7843.646646), (500.0, 7842.157842), (550.0, 7840.512979), (600.0, 7838.712254), (650.0, 7836.755883), (700.0, 7834.644098), (750.0, 7832.377151), (800.0, 7829.955314), (850.0, 7827.378875), (900.0, 7824.64814)); } );