Skip to content

Commit 968994c

Browse files
committed
unused
1 parent db97e22 commit 968994c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/PhysicalModels/ViscousModels.jl

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -497,28 +497,3 @@ function ViscousDissipation(obj::ViscousIncompressible, Δt::Float64,
497497
Dvis = -Se (invCCe ∂Se)
498498
Dvis
499499
end
500-
501-
502-
function DissipationDerivative(obj::ViscousIncompressible, Δt::Float64,
503-
Se_::Function, ∂Se∂Ce_::Function,
504-
F::TensorValue, Fn::TensorValue, A::VectorValue)
505-
Uvn = TensorValue{3,3}(A[1:9]...)
506-
λαn = A[10]
507-
#------------------------------------------
508-
# Get kinematics
509-
#------------------------------------------
510-
invUvn = inv(Uvn)
511-
C = Cauchy(F)
512-
Cn = Cauchy(Fn)
513-
Ceᵗʳ = ElasticCauchy(C, invUvn)
514-
Cen = ElasticCauchy(Cn, invUvn)
515-
#------------------------------------------
516-
# Return mapping algorithm
517-
#------------------------------------------
518-
Ce, λα = return_mapping_algorithm!(obj, Δt, Se_, ∂Se∂Ce_, C, Ceᵗʳ, Cen, λαn)
519-
#------------------------------------------
520-
# Dissipation derivative
521-
#------------------------------------------
522-
"""Derivative with respect to the temperature."""
523-
return 0.0
524-
end

0 commit comments

Comments
 (0)