/* ------------------------------------------------------------ */ /* 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; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:2; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:3; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:4; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:5; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:6; normal_heat_flux:{flux = 0.0;}; }, /*--- BOUNDARY ---*/ { bcnum:7; // bottom side isothermal:{temp = 1.0;}; // temperature value }, /*--- BOUNDARY ---*/ { bcnum:8; // top side isothermal:{temp = 0.0;}; // temperature value } );