You are on page 1of 11

Building a thermo problem using p3MatPac

Recife - 2015
Problem - description
T2

Material #1

T1 T2

Material #2

T2
Problem – mesh building
Problem – mesh building

Add points:

Point1 = {0.0, 0.0, 0.0}


Point2 = {1.5, 0.0, 0.0}
Point3 = {1.5, 3.0, 0.0}
Point4 = {0.0, 3.0, 0.0}
Point5 = {0.3, 1.5, 0.0}
Point6 = {0.0, 1.2, 0.0}
Point7 = {0.0, 1.8, 0.0}
Point8 = {0.0, 1.5, 0.0}
Point9 = {1.5, 1.5, 0.0}
Problem – mesh building

Add cl__1 on *geo file:

Point1 = {0.0, 0.0, 0.0}


Point2 = {1.5, 0.0, 0.0}
Point3 = {1.5, 3.0, 0.0}
Point4 = {0.0, 3.0, 0.0}
Point5 = {0.3, 1.5, 0.0}
Point6 = {0.0, 1.2, 0.0}
Point7 = {0.0, 1.8, 0.0}
Point8 = {0.0, 1.5, 0.0}
Point9 = {1.5, 1.5, 0.0}
Problem – mesh building
Add lines and circles (*geo file)
Problem – mesh building
Add plane surface (*geo file)
Problem – mesh building
Add Physical properties (*geo file)
Problem – mesh building
Add Physical properties (*geo file)
Codes for Physical Groups:

FluxBC#2 100<PG<200 for FluxBC


200<PG<300 for MechBC
300<PG<400 for materials
Mat#1

FluxBC#1 FluxBC#2

Mat#2
Materials #1 and #2

FluxBC#2
Fluxes BC #1 and #2
Problem – mesh building
Problem – mesh building

You might also like