  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix epid: <https://arxiv.universalpublishings.com/id/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix doi: <https://doi.org/> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix void: <http://rdfs.org/ns/void#> .

<>
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/66942>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://arxiv.universalpublishings.com/id/eprint/66942#authors>
	rdf:_1 <https://arxiv.universalpublishings.com/id/person/ext-2d1c5f88d576f7fa3184a80d7ffb2395>;
	rdf:_2 <https://arxiv.universalpublishings.com/id/person/ext-f129a588ebae89ed7e9d97e6912239f6> .

<https://arxiv.universalpublishings.com/id/eprint/66942/>
	dc:format "text/html";
	dc:title "HTML Summary of #66942 \n\nDEVELOPMENT OF COMPUTATIONAL SOFTWARE FOR THERMAL ANALYSIS IN HETEROGENEOUS ANISOTROPIC MEDIA\n\n";
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/66942> .

<https://arxiv.universalpublishings.com/id/eprint/66942>
	bibo:abstract "This paper presents the development and validation of a computational software package designed for the numerical simulation of transient heat transfer in heterogeneous, anisotropic media. Unlike isotropic materials, anisotropic media exhibit direction-dependent thermal conductivity, requiring a tensorial description. The proposed software, implemented in Python with NumPy and SciPy libraries, employs the finite volume method (FVM) on unstructured meshes, enabling complex geometries. The software architecture includes a preprocessor for material orientation definition, a solver using implicit time-stepping, and a postprocessor for 2D/3D visualization. Validation against analytical solutions and benchmark problems shows errors below 2%. The software is open-source and intended for educational and research applications in materials engineering and geophysics."^^xsd:string;
	bibo:authorList <https://arxiv.universalpublishings.com/id/eprint/66942#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://arxiv.universalpublishings.com/id/person/ext-2d1c5f88d576f7fa3184a80d7ffb2395>,
		<https://arxiv.universalpublishings.com/id/person/ext-f129a588ebae89ed7e9d97e6912239f6>;
	dct:date "2026-05-21";
	dct:isPartOf <https://arxiv.universalpublishings.com/id/repository>,
		<https://arxiv.universalpublishings.com/id/publication/ext-d62a5dbdabc792c15cf76756361a4d36>;
	dct:publisher <https://arxiv.universalpublishings.com/id/org/ext-20ef1f289b7920027328009b5eefe52c>;
	dct:title "DEVELOPMENT OF COMPUTATIONAL SOFTWARE FOR THERMAL ANALYSIS IN HETEROGENEOUS ANISOTROPIC MEDIA"^^xsd:string;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://arxiv.universalpublishings.com/id/eprint/66942/> .

<https://arxiv.universalpublishings.com/id/org/ext-20ef1f289b7920027328009b5eefe52c>
	foaf:name "Center for Tech and Media Research"^^xsd:string;
	rdf:type foaf:Organization .

<https://arxiv.universalpublishings.com/id/person/ext-2d1c5f88d576f7fa3184a80d7ffb2395>
	foaf:familyName "Shokirjon"^^xsd:string;
	foaf:givenName "Bobosharipov"^^xsd:string;
	foaf:name "Bobosharipov Shokirjon"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-f129a588ebae89ed7e9d97e6912239f6>
	foaf:familyName "Bekzodjon"^^xsd:string;
	foaf:givenName "Fayziyev"^^xsd:string;
	foaf:name "Fayziyev Bekzodjon"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/publication/ext-d62a5dbdabc792c15cf76756361a4d36>
	foaf:name "Multidisciplinary Journal of Science and Technology"^^xsd:string;
	rdf:type bibo:Collection .

