Skip to content
Snippets Groups Projects
Commit 8f25df53 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent d094500c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -366,22 +366,40 @@ Resolution {
PostProcessing {
{ Name Thermal_T ; NameOfFormulation Thermal_T ;
PostQuantity {
{ Name T ; Value { Term { [ {T} ] ;
In Dom_Hgrad_T ; Jacobian Vol ; } } }
{ Name q ; Value { Term { [ -lambda[] * {d T} ] ;
In Dom_Hgrad_T ; Jacobian Vol ; } } }
{ Name Tcont ; Value { Term { [ {Tcont} ] ;
In Dom_Hgrad_T ; Jacobian Vol ; } } }
{ Name Tdisc ; Value { Term { [ {Tdisc} ] ;
In Dom_Hgrad_T ; Jacobian Vol ; } } }
{ Name Qglob; Value { Term { [ {Qglob} ]; In Tfloating_The; } } }
{ Name Tglob; Value { Term { [ {Tglob} ]; In Tfloating_The; } } }
{ Name T ; Value {
Term { [ {T} ] ; In Dom_Hgrad_T ; Jacobian Vol ; }
}
}
{ Name q ; Value {
Term { [ -lambda[] * {d T} ] ; In Dom_Hgrad_T ; Jacobian Vol ; }
}
}
{ Name Tcont ; Value {
Term { [ {Tcont} ] ; In Dom_Hgrad_T ; Jacobian Vol ; }
}
}
{ Name Tdisc ; Value {
Term { [ {Tdisc} ] ; In Dom_Hgrad_T ; Jacobian Vol ; }
}
}
{ Name Qglob; Value {
Term { [ {Qglob} ]; In Tfloating_The; }
}
}
{ Name Tglob; Value {
Term { [ {Tglob} ]; In Tfloating_The; }
}
}
For i In {1:NbSurface}
{ Name un~{i} ; Value { Local { [ {un~{i}} ] ;
In Vol_The ; Jacobian Vol ; } } }
{ Name IFlux~{i} ; Value { Integral { [ -lambda[]*{d T} * {d un~{i}} ];
In Vol_The ; Jacobian Vol ; Integration Int ; } } }
{ Name un~{i} ; Value {
Term { [ {un~{i}} ] ; In Vol_The ; Jacobian Vol ; }
}
}
{ Name IFlux~{i} ; Value {
Integral { [ -lambda[]*{d T} * {d un~{i}} ];
In Vol_The ; Jacobian Vol ; Integration Int ; }
}
}
EndFor
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment