/* ------------------------------------------------------------ */ /* IMPORTANT: */ /* - both, C and C++ style comments are supported */ /* - ALWAYS use "." (dot) when entering numbers! */ /* For ex. instead of 20, put 20.0 */ /* - Use same unit system for all values! */ /* ------------------------------------------------------------ */ bc: ( /*--- BOUNDARY ---*/ { bcnum:1; //bottom side isothermal:{temp = 400.0; }; //radconv:{alfa=100.0; eps = 0.0;}; //normal_heat_flux:{flux = 0.0;}; //symmetry:{}; }, /*--- BOUNDARY ---*/ { bcnum:2; //top side //radconv:{alfa=100.0; eps = 0.0;}; //isothermal:{temp = 400.0; }; normal_heat_flux:{flux = 0.0;}; //symmetry:{}; }, /*--- BOUNDARY ---*/ { bcnum:3; radconv:{alfa=100.0; eps = 0.0;}; //isothermal:{temp = 300.0;}; //normal_heat_flux:{flux = 0.0;}; } );